Guest User

Untitled

a guest
Nov 17th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. [push]
  2. default = current
  3. [branch]
  4. autoSetuppRebase = always
  5. [merge]
  6. ff = false
  7. [pull]
  8. rebase = true
  9. [push]
  10. followTags = true
  11. [alias]
  12. s = status
  13. v = remote -v
  14. co = checkout
  15. last = log -1 HEAD
  16. f = fetch
  17. c = commit
  18. b = branch
  19. d = diff
  20. a = add
  21. psh = push
  22. pl = pull
  23. l = log
  24. rb = rebase
  25. pll = pull
  26. cl = clean
  27. lc = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(cyan)<%an>%Creset' --abbrev-commit --date=relative
  28. p = pull
  29. [user]
  30. name = Ben Hadfield
  31. email = benjohnhadfield@gmail.com
Add Comment
Please, Sign In to add comment