Guest User

Untitled

a guest
Oct 20th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. [user]
  2. name =
  3. email =
  4. [alias]
  5. co = checkout
  6. br = branch
  7. ci = commit
  8. st = status
  9. last = log -1 HEAD
  10. alias = config --get-regexp 'alias.*'
  11. lg = log --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr %an)%Creset' --abbrev-commit --date=relative
  12. mnff = merge --no-ff
  13. [color]
  14. ui = true
  15. [core]
  16. # for pc
  17. editor = 'c:/program files/sublime text 2/sublime_text.exe' -w
  18. # for mac
  19. # editor = open -a "Sublime Text 2"
  20. autocrlf = false
Add Comment
Please, Sign In to add comment