Skip to content

Instantly share code, notes, and snippets.

@yaacov
Created May 28, 2019 11:43
Show Gist options
  • Save yaacov/dd6dc24e77828f2ee23ffdea40df4e9f to your computer and use it in GitHub Desktop.
Save yaacov/dd6dc24e77828f2ee23ffdea40df4e9f to your computer and use it in GitHub Desktop.
git alias
git config --global --bool pull.rebase true
git config --global push.default simple
git config --global alias.co checkout
git config --global alias.br branch
git config --global user.name yaacov
git config --global user.email [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment