Can you explain what is wrong with this workflow?
$ git init --bare bare Initialized empty Git repository in /work/fun/git_experiments/bare/ $ git clone bare
I use SourceTree git client, and I see that their initial commit/push command is:
git -c diff.mnemonicprefix=false -c core.quotepath=false push -v --tags --set-upstream origin master:master