You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
549 B

16 years ago
16 years ago
16 years ago
  1. [user]
  2. name = Alejandro Mery
  3. email = amery@geeks.cl
  4. [color]
  5. ui = auto
  6. interactive = auto
  7. diff = auto
  8. status = auto
  9. branch = auto
  10. grep = auto
  11. [alias]
  12. ci = commit
  13. co = checkout
  14. st = status
  15. cp = cherry-pick
  16. ls = ls-files
  17. tree = log --graph --decorate --pretty=oneline --abbrev-commit
  18. amend = commit --amend --no-edit
  19. fixup = commit --fixup
  20. squash = commit --squash
  21. autosquash = rebase -i --autosquash
  22. please = push --force-with-lease
  23. [push]
  24. default = tracking
  25. [diff]
  26. algorithm = patience
  27. [diff "bin"]
  28. textconv = hexdump -v -C