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
First use git pull origin your_branch_name Then use git push origin your_branch_name
git pull origin your_branch_name
use git push origin your_branch_name