File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 114
114
== == == == == == == == ==
115
115
116
116
* Ben Eighe
117
+ * Ben Nevis
117
118
* Cairngorm
118
119
119
120
# %% jupyter={"outputs_hidden": false} language="bash"
188
189
# git diff
189
190
190
191
# %% jupyter={"outputs_hidden": false} language="bash"
192
+ # git add Wales.md
191
193
# git commit -am "Translating from the Welsh"
192
194
193
195
# %% jupyter={"outputs_hidden": false} language="bash"
206
208
* Snowdon
207
209
208
210
# %% jupyter={"outputs_hidden": false} language="bash"
211
+ # git add Wales.md
209
212
# git commit -am "Add a beacon"
210
213
211
214
# %% jupyter={"outputs_hidden": false} language="bash"
296
299
* Fan y Big
297
300
298
301
# %% jupyter={"outputs_hidden": false} language="bash"
302
+ # git add Wales.md
299
303
# git commit -am "Add another Beacon"
300
304
# git push
301
305
313
317
* Glyder Fawr
314
318
315
319
# %% jupyter={"outputs_hidden": false} magic_args="--no-raise-error" language="bash"
320
+ # git add Wales.md
316
321
# git commit -am "Add Glyder"
317
322
# git push
318
323
354
359
# Now commit the merged result:
355
360
356
361
# %% jupyter={"outputs_hidden": false} language="bash"
357
- # git commit -a --no-edit # I added a No-edit for this non-interactive session. You can edit the commit if you like.
362
+ # git commit -a --amend -- no-edit # I added a No-edit for this non-interactive session. You can edit the commit if you like.
358
363
359
364
# %% jupyter={"outputs_hidden": false} language="bash"
360
365
# git push
Original file line number Diff line number Diff line change 139
139
# git diff Scotland.md
140
140
141
141
# %% jupyter={"outputs_hidden": false} language="bash"
142
+ # git add Scotland.md
142
143
# git commit -am "Commit Aonach onto main branch"
143
144
144
145
# %% [markdown]
Original file line number Diff line number Diff line change 59
59
60
60
# %% attributes={"classes": [" Bash"], "id": ""} jupyter={"outputs_hidden": false} language="bash"
61
61
# git tag -a v1.0 -m "Release 1.0"
62
+ # git push origin --delete v1.0 # clear the tag if it already exists
62
63
# git push --tags
63
64
64
65
# %% jupyter={"outputs_hidden": false}
68
69
== == == == == == == == == == == ==
69
70
70
71
* Cross Fell
72
+ * Ingleborough
71
73
72
74
# %% jupyter={"outputs_hidden": false} language="bash"
73
75
# git add Pennines.md
You can’t perform that action at this time.
0 commit comments