Skip to content

Instantly share code, notes, and snippets.

@nirnaeth
Created June 10, 2014 10:54
Show Gist options
  • Save nirnaeth/f2e526a01fb0823b92c4 to your computer and use it in GitHub Desktop.
Save nirnaeth/f2e526a01fb0823b92c4 to your computer and use it in GitHub Desktop.
gitconfig
[color]
ui = auto
[alias]
co = checkout
#ci = commit
st = status
s = status
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
#type = cat-file -t
#dump = cat-file -p
cb = checkout -b
files = show --name-only --oneline
update = add -u
sho = show --no-prefix
lol = log --oneline --graph --decorate
l = log --oneline --graph --decorate -32
d = diff --no-prefix
a = add
r = rebase -v --no-ff
t = branch -vv
fb = fetch --all --no-tags
cm = commit -m
cv = commit -v -m
[user]
name = Monica Giambitto
email = [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment