Difference between revisions of "Git push -u"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
  
* [[git push -u origin master]]
+
* <code>[[git push -u origin master]]</code>
  
  

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

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