четверг, 19 ноября 2015 г.

Git PUSH

git config --global push.default matching 
OR
git config --global push.default current

First will push all matched branches,
Second will push only current