Skip to content

Commit

Permalink
Fix lesson on conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp committed Aug 19, 2024
1 parent f901137 commit 614c32c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion ch00git/04Publishing.ipynb.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@
# ### Git will not by default commit your new file

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

# %% [markdown]
Expand Down
3 changes: 1 addition & 2 deletions ch00git/05Collaboration.ipynb.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@

# %% language="bash"
# pwd
# rm -rf github-example # cleanup after previous example
# rm -rf partner_repo # cleanup after previous example
#

Expand Down Expand Up @@ -362,7 +361,7 @@

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

# %% jupyter={"outputs_hidden": false} language="bash"
# git push
Expand Down

0 comments on commit 614c32c

Please sign in to comment.