.gitconfig 417 B

12345678910111213141516
  1. [user]
  2. name = Tomi Cvetic
  3. email = tomi.cvetic@gmail.com
  4. [push]
  5. default = simple
  6. [alias]
  7. st = status
  8. br = branch
  9. co = checkout
  10. ci = commit
  11. sst = status -s
  12. wow = log --all --graph --decorate --oneline --simplify-by-decoration
  13. spg = log --pretty=format:"%h %s" --graph
  14. log5 = log -5 -pretty --oneline
  15. hunk = add -p
  16. sdiff = diff --staged