Guest User

Untitled

a guest
Dec 12th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. [color]
  2. ui = auto
  3. [user]
  4. name = nubecoder
  5. email = nubecoder@gmail.com
  6. [github]
  7. user = nubecoder
  8. token = YOU_CAN'T_HAVE_MY_TOKEN (in case it's something you shouldn't see)
  9. [core]
  10. excludesfile = /home/nubecoder/.gitignore_global
  11. autocrlf = input
  12. [alias]
  13. adv = add -v
  14. adr = add README
  15. adc = add changelog
  16. br = branch
  17. ci = commit -s -v
  18. cim = commit -s -v -m
  19. cic = commit -s -v -c
  20. cia = commit --amend
  21. co = checkout
  22. cob = checkout -b
  23. cp = cherry-pick -n
  24. difa = diff HEAD
  25. difc = diff --cached
  26. difcs = diff --cached --stat
  27. difs = diff -b --stat
  28. lgf = log -p
  29. lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
  30. lgs = log --stat
  31. lgx = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative --stat
  32. mrg = merge --log --no-ff
  33. po = push origin
  34. rs = reset HEAD
  35. rs-hard = reset --hard
  36. rt = remote
  37. rta = remote add
  38. st = status
  39. staged = diff --cached
  40. unstage = reset HEAD
Add Comment
Please, Sign In to add comment