set-upstream-to does not do what you expect

pull/1/head
Andrew Coleman 2018-07-20 11:25:51 -04:00
parent 6b5907e6ea
commit 055d24ac4e
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@
fi;
config checkout
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/