Guest User

Untitled

a guest
Dec 16th, 2018
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. [user]
  2. name = Michal Lipski
  3. email = kiwaczki_@gmail.com
  4. [color]
  5. diff = auto
  6. status = auto
  7. branch = auto
  8. interactive = auto
  9. ui = always
  10. [alias]
  11. st = status -sb
  12. ci = commit
  13. cim = commit -m
  14. co = checkout
  15. br = branch -v
  16. rm = remote -v
  17. bra = branch -a
  18. aa = add --all
  19. dh = diff HEAD^
  20. puoh = push -u origin HEAD
  21. rs = reset --soft HEAD^
  22. rh = reset --hard HEAD^
  23. m = merge --no-ff --no-commit
  24. div = divergence
  25. head = !git log -1
  26. lo = !git log -20
  27. loa = !git lo --all
  28. [format]
  29. pretty=format:%C(yellow)%h%Creset -%C(red)%d%Creset %s %Cgreen(%ar) %C(bold blue)<%an>%Creset
  30. [push]
  31. default = upstream
Add Comment
Please, Sign In to add comment