Guest User

Untitled

a guest
Feb 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. [user]
  2. name = {REPLACE}
  3. email = {REPLACE}
  4. [color]
  5. ui = always
  6. diff = auto
  7. status = auto
  8. branch = auto
  9. interactive = auto
  10. [alias]
  11. s = status
  12. c = commit -a
  13. l = log --pretty=format:'%Cred%h%Creset : %Cgreen%s%Creset [%ar by %an]'
  14. b = branch
  15. [core]
  16. excludesfile = /Users/{REPLACE}/.gitignore
  17. [merge]
  18. stat = true
Add Comment
Please, Sign In to add comment