[color] | |
ui = true | |
[alias] | |
st = status | |
c = commit -m | |
a = add | |
aa= !git add -u && git add . && git status | |
co = checkout | |
cob = checkout -b | |
up = !git fetch origin && git rebase origin/master | |
ir = !git rebase -i origin/master | |
done = !git fetch && git rebase origin/master && git checkout master && git merge @{-1} && rake && git push | |
dt = difftool | |
lol = log --graph --decorate --pretty=oneline --abbrev-commit | |
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all | |
ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment