Skip to content

Instantly share code, notes, and snippets.

@Lytol
Created June 26, 2011 19:34
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 Lytol/1047900 to your computer and use it in GitHub Desktop.
Save Lytol/1047900 to your computer and use it in GitHub Desktop.
GitConfig
[core]
editor = /usr/bin/vim
[alias]
st = status
br = branch
d = diff
ci = commit -v
cia = commit -v -a
co = checkout
cp = cherry-pick
l = log
ll = log -p
lm = log master..
llm = log -p master..
[color]
branch = auto
diff = auto
status = auto
interactive = auto
[user]
name = Brian Smith
email = bsmith@swig505.com
[push]
default = tracking
[github]
user = Lytol
token = ###
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment