config 515 B

12345678910111213141516171819
  1. [user]
  2. name = Thomas Dy
  3. email = thatsmydoing@gmail.com
  4. [core]
  5. autocrlf = input
  6. [color]
  7. ui = true
  8. [diff]
  9. algorithm = patience
  10. [push]
  11. default = simple
  12. [alias]
  13. root = !pwd
  14. assume = update-index --assume-unchanged
  15. unassume = update-index --no-assume-unchanged
  16. assumed = "!git ls-files -v | grep ^h | cut -c 3-"
  17. lg = "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue)<%an>%Creset' --abbrev-commit"
  18. po = push origin
  19. pof = push origin --force-with-lease