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: 2 additions & 0 deletions labs/1.2-basic-git-commands/04-pushing-to-a-remote.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ Now, push your local repository to this remote:
![Pushing to a remote](../../img/git-push.png)

Notice how Git tells us that our local master branch is set up to track the remote master branch. This means that any subsequent pushes no longer need the `-u origin master` part. Just a `git push` will be enough.

Note: if this fails double check that you are running the latest version of Git