Most of the time I use git push origin master
to update my code.
When I set up a new repo today github suggests using git push -u origin master
. Had read the manpage but still no idea. What is the difference between these two commands?
Most of the time I use git push origin master
to update my code.
When I set up a new repo today github suggests using git push -u origin master
. Had read the manpage but still no idea. What is the difference between these two commands?