Suppose I have a tracking branch named 'abc' which tracks origin/master.
When I'm on 'abc' and do a git push, it pushes 'abc' to 'abc'.
How do I specify the remote push branch for it with just a 'git push'?
Suppose I have a tracking branch named 'abc' which tracks origin/master.
When I'm on 'abc' and do a git push, it pushes 'abc' to 'abc'.
How do I specify the remote push branch for it with just a 'git push'?