Git Push-Help Fast-forward
>git pull
>git commit -m "any meaning full message"
>git push
ogunneye oreoluwa
>git pull
>git commit -m "any meaning full message"
>git push
git fetch origin master:tmp
git rebase tmp
git push origin HEAD:master
git branch -D tmp