Difference between revisions of "Git push -u"
Jump to navigation
Jump to search
↑ https://devconnected.com/how-to-push-git-branch-to-remote/
Line 5: | Line 5: | ||
− | if your upstream branch is not already created, you will need to create it by running the “git push” command with the “-u” option for upstream. | + | if your upstream branch is not already created, you will need to create it by running the “git push” command with the “-u” option for upstream. <ref>https://devconnected.com/how-to-push-git-branch-to-remote/</ref> |
− | |||
== See also == | == See also == |
Revision as of 07:45, 24 November 2022
if your upstream branch is not already created, you will need to create it by running the “git push” command with the “-u” option for upstream. [1]
See also
git push
[-v
|--set-upstream | -o | --set-upstream origin master
|-u origin main
|origin master
|-u origin master
|--delete master
|-u | origin HEAD | --dry-run
], Git: upstream,git push --force
Advertising: