Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 189 Bytes

neat-things.md

File metadata and controls

7 lines (6 loc) · 189 Bytes

Set current branch as default branch

Do this once:

git config --global push.default current

Once that's setup, just do git push to push to the branch you're currently on.