Skip to content

Instantly share code, notes, and snippets.

@schacon
Created April 15, 2011 18:30
Show Gist options
  • Save schacon/922203 to your computer and use it in GitHub Desktop.
Save schacon/922203 to your computer and use it in GitHub Desktop.
[alias]
serve = !git daemon --reuseaddr --verbose --base-path=. --export-all ./.git
unstage = reset HEAD
lol = log --oneline --graph --decorate
lols = log --oneline --graph --decorate --simplify-by-decoration --branches --remotes
branches = !git-branches
st = status -sb
ss = status --short
logg = log --oneline --graph --decorate
sh = !git-sh
ci = commit -a
whatever = log --oneline --graph --decorate
human = name-rev --refs=refs/heads/* --stdin
ffmerge = merge --ff-only
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment