Skip to content

Instantly share code, notes, and snippets.

@ilstar
Created October 14, 2010 08:44
Show Gist options
  • Save ilstar/625894 to your computer and use it in GitHub Desktop.
Save ilstar/625894 to your computer and use it in GitHub Desktop.
~/.gitconfig
[user]
name = your_name
email = your@email.com
[alias]
co = checkout
ci = commit
st = status
br = branch
last = log -p -1
[color]
status = auto
branch = auto
ui = auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment