From: Kelvie Wong <hidden> Date: 2016-06-15 22:44:36
On 5/8/08, SungHyun Nam [off-list ref] wrote:
How I can pull origin into master without switching to master
branch?
Thanks,
namsh
To do this, one would use the "push" subcommand, with "." as the repository.
git push . origin/master:master
I could have sworn I answered someone the exact same thing a while ago...
--
Kelvie Wong