Skip to content

Instantly share code, notes, and snippets.

@jamiehs
Forked from wesbillman/gist:7435700
Created November 12, 2013 20:01
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 jamiehs/7437652 to your computer and use it in GitHub Desktop.
Save jamiehs/7437652 to your computer and use it in GitHub Desktop.
[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