set-upstream-to does not do what you expect
parent
6b5907e6ea
commit
055d24ac4e
|
@ -14,6 +14,6 @@
|
||||||
fi;
|
fi;
|
||||||
config checkout
|
config checkout
|
||||||
config config status.showUntrackedFiles no
|
config config status.showUntrackedFiles no
|
||||||
config branch --set-upstream-to=origin/master master
|
config push --set-upstream origin master
|
||||||
|
|
||||||
Initialization script sourced from Atlassian: https://developer.atlassian.com/blog/2016/02/best-way-to-store-dotfiles-git-bare-repo/
|
Initialization script sourced from Atlassian: https://developer.atlassian.com/blog/2016/02/best-way-to-store-dotfiles-git-bare-repo/
|
||||||
|
|
Reference in New Issue