Advertisement
TankorSmash

git aliases

Jan 9th, 2013
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. alias COMM='git commit -a'
  2. alias LOG1='git log --oneline --decorate'
  3. alias LOGV='git log --graph --pretty=format:'\''%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'\'' --abbrev-commit'
  4. alias PUSH='git push'
  5. alias STAT='git status -sb'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement