Skip to content

Instantly share code, notes, and snippets.

@franleplant
Created November 27, 2014 17:15
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 franleplant/e550b7ca955b5b781c9d to your computer and use it in GitHub Desktop.
Save franleplant/e550b7ca955b5b781c9d to your computer and use it in GitHub Desktop.
Global Git Configs
[user]
name = franleplant
email = franleplant@gmail.com
[core]
editor = vim
excludesfile = ~/.gitignore
#vim temporary files
*.swp
*.swo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment