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.

52 lines
1.1KB

  1. [gui]
  2. [user]
  3. email = maximewack@free.Fr
  4. name = Maxime Wack
  5. [core]
  6. autocrlf = input
  7. editor = nvim
  8. [alias]
  9. co = checkout
  10. ci = commit
  11. st = status
  12. br = branch
  13. hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
  14. type = cat-file -t
  15. dump = cat-file -p
  16. d = difftool
  17. [push]
  18. default = current
  19. [diff]
  20. tool = nvimdiff
  21. [merge]
  22. tool = nvimdiff
  23. conflictstyle = diff3
  24. [difftool]
  25. prompt = false
  26. [difftool "nvimdiff"]
  27. cmd = "nvim -d \"$LOCAL\" \"$REMOTE\""
  28. [mergetool "nvimdiff"]
  29. cmd = "nvim -d \"$BASE\" \"$LOCAL\" \"$REMOTE\" \"$MERGED\""
  30. [url "https://aur.archlinux.org/"]
  31. insteadOf = aur:
  32. [url "https://maximewack@github.com/"]
  33. insteadOf = "gh:"
  34. [url "https://maximewack@github.com/maximewack/"]
  35. insteadOf = "mw:"
  36. [url "https://maxx@git.maximewack.com/maxx/"]
  37. insteadOf = "me:"
  38. [url "https://maxx@git.maximewack.com/Consults/"]
  39. insteadOf = "cs:"
  40. [url "https://maxx@git.maximewack.com/HEGP/"]
  41. insteadOf = "hegp:"
  42. [url "https://maxx@git.maximewack.com/Docker/"]
  43. insteadOf = "docker:"
  44. [url "https://maximewack@github.com/equipe22/"]
  45. insteadOf = "eq22:"