Skip to content

Instantly share code, notes, and snippets.

@xguse
Last active August 29, 2015 14:02
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 xguse/39c109e10cc211939180 to your computer and use it in GitHub Desktop.
Save xguse/39c109e10cc211939180 to your computer and use it in GitHub Desktop.
stuff to set up git how i like it
git config --global user.email "wadunn83@gmail.com"
git config --global user.name "Gus Dunn"
git config --global color.ui true
git config --global user.signingkey "${HOME}/.ssh/id_rsa.pub"
git config --global core.editor vim
git config --global merge.tool meld
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment