Guest User

Untitled

a guest
Jan 19th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. [alias]
  2. st = status
  3. ci = commit
  4. br = branch
  5. co = checkout
  6. df = diff
  7. lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue)<%an>%Creset' --abbrev-commit
  8. who = shortlog -s --
  9. [push]
  10. default = current
  11. [merge]
  12. tool = /Users/maumercado/.git-diff-cmd.sh
  13. [diff]
  14. external = /Users/maumercado/.git-diff-cmd.sh
  15. [filter "media"]
  16. clean = git-media-clean %f
  17. smudge = git-media-smudge %f
  18. [filter "lfs"]
  19. clean = git-lfs clean -- %f
  20. smudge = git-lfs smudge -- %f
  21. process = git-lfs filter-process
  22. required = true
Add Comment
Please, Sign In to add comment