Difference between revisions of "Git push -u"

From wikieduonline
Jump to navigation Jump to search
(Redirected page to Git push --set-upstream)
Tag: New redirect
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{lc}}
+
#redirect [[git push --set-upstream]]
 
 
* <code>[[git push -u origin master]]</code>
 
 
 
 
 
 
 
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 ==
 
* {{git push}}
 
 
 
[[Category:Git]]
 

Latest revision as of 10:48, 19 January 2024

Advertising: