Difference between revisions of "Has no upstream branch"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
+ | git push --set-upstream origin remotes/origin/XXXXXXXx | ||
+ | |||
To have this happen automatically for branches without a tracking | To have this happen automatically for branches without a tracking | ||
upstream, see '[[push.autoSetupRemote]]' in 'git help config'. | upstream, see '[[push.autoSetupRemote]]' in 'git help config'. | ||
Line 11: | Line 13: | ||
== See also == | == See also == | ||
* {{git push}} | * {{git push}} | ||
+ | |||
+ | [[Category:Git]] |
Latest revision as of 12:13, 27 March 2023
git push --set-upstream origin remotes/origin/XXXXXXXx To have this happen automatically for branches without a tracking upstream, see 'push.autoSetupRemote' in 'git help config'.
Related[edit]
See also[edit]
Advertising: