diff --git a/home/gitconfig b/home/gitconfig new file mode 100644 index 0000000..cf551e9 --- /dev/null +++ b/home/gitconfig @@ -0,0 +1,9 @@ +[user] + name = Hippolyte Chauvin + email = hchauvin38@outlook.fr +[core] + editor = nvim +[init] + defaultBranch = master +[pull] + rebase = false