SyntaxFix
Write A Post
Hire A Developer
Questions
You probably need to do a git stash before you git pull, this is because it is reading your old config file. So do:
git stash
git pull
git stash git pull git commit -am <"say first commit"> git push
Also see git-stash(1) Manual Page.