Difference between revisions of "Git push -u"

From wikieduonline
Jump to navigation Jump to search
Line 9: Line 9:
 
== Related ==
 
== Related ==
 
* [[git push --set-upstream]]
 
* [[git push --set-upstream]]
 
== See also ==
 
* {{git push}}
 
 
[[Category:Git]]
 

Revision as of 10:47, 19 January 2024


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]

Related

  • https://devconnected.com/how-to-push-git-branch-to-remote/
  • Advertising: