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.

35 lines
702 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. wsfix = !git diff HEAD >P.diff && git reset --hard HEAD && git apply --index --whitespace=fix P.diff && rm -f P.diff
  18. tree = log --graph --decorate --pretty=oneline --abbrev-commit
  19. amend = commit --amend --no-edit
  20. fixup = commit --fixup
  21. squash = commit --squash
  22. autosquash = rebase -i --autosquash
  23. please = push --force-with-lease
  24. root = rev-parse --show-toplevel
  25. [push]
  26. default = tracking
  27. [diff]
  28. algorithm = patience
  29. [diff "bin"]
  30. textconv = hexdump -v -C