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.

66 lines
1.2KB

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