Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/lessons/L2/git-basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ Now we are ready to push the local changes to GitHub using :code:`git push` (but

Now you should see the updates in GitHub! Go and have a look at your personal repository in https://github.com/Geo-Python-2024/ .

On the command line, ``git pull`` fetches and merges changes from the remote repository, and ``git pull`` publishes local changes.
On the command line, ``git pull`` fetches and merges changes from the remote repository, and ``git push`` publishes local changes.

That's all you need to know about Git for now :)

Expand Down