Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 223 Bytes

git-helper.md

File metadata and controls

11 lines (8 loc) · 223 Bytes

push new branch to remote

git config --global push.default current 

//no need
git push --set-upstream origin new_branch

gco -b new_branch old_branch
git push //imediately create a new same name remote branch