Skip to content

Instantly share code, notes, and snippets.

@sathishmanohar
Last active December 16, 2015 11:18
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 sathishmanohar/5425897 to your computer and use it in GitHub Desktop.
Save sathishmanohar/5425897 to your computer and use it in GitHub Desktop.
General git aliases and some git-flow specific aliases
[user]
name = Sathish Manohar
email = design.sathish@gmail.com
[core]
editor = vim
[merge]
tool = vimdiff
[color]
ui = auto
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
co = checkout
fs = flow feature start
ff = flow feature finish
rs = flow release start
rf = flow release finish
hs = flow hotfix start
hf = flow hotfix finish
flf = flow feature
flh = flow hotfix
flr = flow release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment