Guest User

Untitled

a guest
Jul 18th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. [color]
  2. diff = auto
  3. status = auto
  4. branch = auto
  5. grep = auto
  6. [core]
  7. excludesfile = /home/james/.gitignore
  8. [alias]
  9. a = add
  10. ci = commit
  11. co = checkout
  12. br = branch
  13. st = status
  14. undo = checkout --
  15. gr = grep --color -p -n --full-name
  16. cp = cherry-pick
  17. cdiff = log -p -1
  18. cpp = !sh -c "git log -p -1 $1 "
  19. lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
  20. p = log -1 -p
Add Comment
Please, Sign In to add comment