Skip to content

Commit 3c34915

Browse files
author
Lancelot the Brave
committed
Fix lesson on conflict resolution
1 parent f901137 commit 3c34915

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

ch00git/04Publishing.ipynb.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@
125125
# ### Git will not by default commit your new file
126126

127127
# %% attributes={"classes": [" Bash"], "id": ""} jupyter={"outputs_hidden": false} magic_args="--no-raise-error" language="bash"
128-
# git add lakeland.md
129128
# git commit -m "Try to add Lakeland"
130129

131130
# %% [markdown]

ch00git/05Collaboration.ipynb.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646

4747
# %% language="bash"
4848
# pwd
49-
# rm -rf github-example # cleanup after previous example
5049
# rm -rf partner_repo # cleanup after previous example
5150
#
5251

@@ -362,7 +361,7 @@
362361

363362
# %% jupyter={"outputs_hidden": false} language="bash"
364363
# git add Wales.md
365-
# git commit -m "Resolve conflicts" # commit the resolved changes
364+
# git commit --no-edit # I added a No-edit for this non-interactive session. You can edit the commit if you like.
366365

367366
# %% jupyter={"outputs_hidden": false} language="bash"
368367
# git push

0 commit comments

Comments
 (0)