Is there a way on GIT to just do a \"git push\" and it automatically send to \"origin master\" without specify that? Just curious...
The default behaviour is defined by the push.default configuration setting.
If you do a search for push.default on http://git-scm.com/docs/git-config you'll find an explanation for its various options.