Skip to content

Instantly share code, notes, and snippets.

@vanderhoop
Created April 19, 2014 17:28
Show Gist options
  • Save vanderhoop/11091237 to your computer and use it in GitHub Desktop.
Save vanderhoop/11091237 to your computer and use it in GitHub Desktop.
git_config
[user]
name = github_name
email = github_email
[color]
ui = always
[core]
editor = subl -w
excludesfile = ~/.gitignore_global
[commit]
template = ~/.gitmessage.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment