Skip to content

Commit

Permalink
added origin the git push set upstream command
Browse files Browse the repository at this point in the history
  • Loading branch information
mzayeddfe committed Dec 6, 2024
1 parent 9b0988f commit 6f3b77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-refresher/syncing-changes-to-remote.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Having [recorded your changes](recording-changes.html), follow the instructions

The first time you update your remote repo with the changes you committed to your local one (aka push the changes), use the command below:

`git push --set-upstream <github_id>_main`
`git push --set-upstream origin <github_id>_main`

If you want to push changes you committed after that, use the following command:

Expand Down

0 comments on commit 6f3b77c

Please sign in to comment.