I often find myself doing git push
and sometimes git push -u origin master
. I would like to know which one executes faster. Since git push
uses the default repository which I am working on and the later one explicitly defines the repository to push on. So, I am bit confused here and would like fellow developers to have their say. So that I can use the right code at right time.
Please do not link me to following sites.
I have been many times there.