Difference between revisions of "Git push -u"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
 
* [[git push -u origin master]]
 
* [[git push -u origin master]]
  
 +
 +
 +
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.
  
  

Revision as of 07:44, 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.


See also

Advertising: