Difference between revisions of "Git: upstream"

From wikieduonline
Jump to navigation Jump to search
(Created page with " git push --set-upstream == See also == * {{git}} Category:Git")
 
 
(15 intermediate revisions by 3 users not shown)
Line 1: Line 1:
  
 +
--set-upstream
 +
* <code>[[git push --set-upstream]]</code>
 +
* <code>[[git push --set-upstream origin master]]</code>
 +
* <code>[[git push --set-upstream origin]] feature/newbranch</code>
  
  git push --set-upstream
+
  --set-upstream-to
 +
* <code>[[git branch --set-upstream-to=origin/main main]]</code>
 +
* <code>[[git branch --set-upstream-to]]=origin/<branch> main</code>
  
 +
--unset-upstream
 +
* <code>[[git branch --unset-upstream]]</code>
  
 +
== Related ==
 +
* <code>[[git push -u origin master]]</code>
 +
* <code>[[git checkout -b]]</code>
  
 
== See also ==
 
== See also ==
* {{git}}
+
* {{git push}}
 +
* {{git branch}}
  
 
[[Category:Git]]
 
[[Category:Git]]

Latest revision as of 02:04, 21 March 2023

Advertising: