civilcode / dotfiles

A set of zsh, git and other dev tool configuration files.
Other
0 stars 0 forks source link

Add push origin automatically #4

Closed nicholasjhenry closed 6 years ago

nicholasjhenry commented 7 years ago

git push --set-upstream origin mybranch

frahugo commented 6 years ago

Add this to gitconfig:

[push]
        default = current
nicholasjhenry commented 6 years ago

Closed by f8b5bf0