Last Updated: February 25, 2016
·
812
· gavinblair

git push origin branchname

If you are in a new (not master) branch and you do git push origin master it will say everything up to date even though nothing was pushed.

For the love of $DIETY do not then delete your project off the shared computer you are finished working on with rm -rf.