Skip to content

Instantly share code, notes, and snippets.

@jmolivas
Last active December 10, 2015 16:08
Show Gist options
  • Save jmolivas/4458851 to your computer and use it in GitHub Desktop.
Save jmolivas/4458851 to your computer and use it in GitHub Desktop.
git + gitflow alias
[alias]
hist = log --graph --pretty=format:'%C(yellow)%h%Creset -%C(green)%d%Creset %s %C(cyan)(%cr) %C(magenta)<%an>%Creset' --abbrev-commit --date=relative
ff = flow feature
ffs = flow feature start
ffc = flow feature checkout
fff = flow feature finish -r
st = status
ci = commit
br = branch
co = checkout
df = diff
lg = log -p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment