Skip to content

Instantly share code, notes, and snippets.

@vedant1811
Created February 13, 2019 02:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vedant1811/f59aea28ec769157bdfd42e079f9f04e to your computer and use it in GitHub Desktop.
Save vedant1811/f59aea28ec769157bdfd42e079f9f04e to your computer and use it in GitHub Desktop.
Useful git settings
# https://stackoverflow.com/a/22933955
git config --global push.default current
https://stackoverflow.com/a/22147540
git config --global branch.autosetuprebase always
git config --global branch.autosetupmerge always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment