I\'m trying to push one of my projects to github, and I keep getting this error:
peeplesoft@jane3:~/846156 (master) $ git push fatal: The current branch mas
commit your code using
git commit -m "first commit"
then config your mail id using
git config user.email "example@example.com"
this is work for me