Is there a way on GIT to just do a \"git push\" and it automatically send to \"origin master\" without specify that? Just curious...
git push already does git push origin master when you are in master.
git push
git push origin master
git push Works like git push , where is the current branch’s remote (or origin, if no remote is configured for the current branch).
Works like git push , where is the current branch’s remote (or origin, if no remote is configured for the current branch).
http://www.kernel.org/pub/software/scm/git/docs/git-push.html