Git Push Without Origin Master

Posted By Weston Ganger

On the first time or anytime you push to your repo do this:

git push -u origin master

From now on all your have to do is:

git push

Article Topic:Software Development - Linux

Date:May 02, 2014