Re: pushing branches
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:54:18
Thiago Farina [off-list ref] writes:
On Sat, Jul 21, 2012 at 4:33 PM, Junio C Hamano [off-list ref] wrote:quoted
Yes.quoted
Hence does not make sense to ask git to do "push origin master" while inside feature-work branch.... No. As long as you know your master is ready and suitable to be published when you ask "push", the command perfectly makes sense; it does not matter on what branch you are on. ...In my case it wouldn't because I do not modify my master branch, I just fetch upstream, merge upstream/master into my local master branch and switch to feature-work, then git push origin master will always give me "Everything up-to-date" I suppose (that is what always happen in my case/workflow).
It would not make _any_ sense to ask "git push origin master" regardless of which branch you are on if that is the case, as you are not modifying, then.