Skip to content

Instantly share code, notes, and snippets.

@cansadadeserfeliz
Created April 6, 2014 14:56
Show Gist options
  • Save cansadadeserfeliz/10007138 to your computer and use it in GitHub Desktop.
Save cansadadeserfeliz/10007138 to your computer and use it in GitHub Desktop.
~/.gitconfig
[user]
name = Vera
email = vera@example.com
[color]
ui = true
[alias]
st = status
ci = commit
last = log -1 HEAD
co = checkout
[init]
templatedir = ~/.git_template
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment