Difference between revisions of "Git push -u"

From wikieduonline
Jump to navigation Jump to search
Line 7: Line 7:
 
  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>
 
  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: upstream]]
+
<code>[[Git: upstream]]</code>
  
 
== See also ==
 
== See also ==

Revision as of 09:12, 9 February 2023


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: upstream

See also

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