Ankirama

.gitconfig

Sep 14th, 2017
446
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. [user]
  2. name = Ankirama
  3. [core]
  4. editor = emacs -nw
  5. [push]
  6. default = simple
  7. [alias]
  8. lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr, %cn)%Creset' --abbrev-commit --date=relative
  9. hist = log --graph --pretty=format:'%h %ad | %s%d [%an]' --date=short
  10. last = log -1 HEAD
  11. unstage = reset HEAD --
  12. amend = commit --amend -C HEAD
  13. co = checkout
  14. ci = commit
  15. st = status
  16. br = branch
Advertisement
Add Comment
Please, Sign In to add comment