Skip to content

Instantly share code, notes, and snippets.

@flomotlik
Created October 12, 2012 09:28
Show Gist options
  • Save flomotlik/3878352 to your computer and use it in GitHub Desktop.
Save flomotlik/3878352 to your computer and use it in GitHub Desktop.
Flo Gitconfig
[alias]
b = branch
a = add
c = commit -sv
cm = commit -svm
ca = commit --amend
co = checkout
cp = cherry-pick
d = diff
f = fetch
l = log
ll = log -p
llt = log -p trunk..
lt = log trunk..
lm = log master..
llm = log -p master..
m = merge
r = rebase
s = status
pl = pull
ps = push
ignored = clean -Xn
undo=reset --hard
who = shortlog -s --
tree = log --graph --decorate --pretty=oneline --abbrev-commit -n 10
g = !git gui &
gitkconflict = !gitk --left-right HEAD...MERGE_HEAD &
k = !gitk --all &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment