Guest User

Untitled

a guest
Nov 16th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. [user]
  2. name = fanlg
  3. email = fanlg@morefun.me
  4. [core]
  5. editor = code
  6. autocrlf = false
  7.  
  8. [alias]
  9. st = status -sb
  10. co = checkout
  11. br = branch
  12. mg = merge
  13. ci = commit
  14. ds = diff --staged
  15. dt = difftool
  16. mt = mergetool
  17. last = log -1 HEAD
  18. latest = for-each-ref --sort=-committerdate --format=\"%(committername)@%(refname:short) [%(committerdate:short)] %(contents)\"
  19. ls = log --pretty=format:\"%C(yellow)%h %C(blue)%ad %C(red)%d %C(reset)%s %C(green)[%cn]\" --decorate --date=short
  20. hist = log --pretty=format:\"%C(yellow)%h %C(red)%d %C(reset)%s %C(green)[%an] %C(blue)%ad\" --topo-order --graph --date=short
  21. type = cat-file -t
  22. dump = cat-file -p
  23. lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
  24.  
  25. [diff]
  26. tool = bc4
  27. [difftool "bc4"]
  28. path = "D:/Tools/DevGeneral/BC4/BCompare.exe"
  29.  
  30. [merge]
  31. tool = bc4
  32. [mergetool "bc4"]
  33. path = "D:/Tools/DevGeneral/BC4/BCompare.exe"
Add Comment
Please, Sign In to add comment