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.

26 lines
444 B

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