From 97feea790cdac4ca34e3bb9f0aadf158a0afae9b Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Sun, 16 Apr 2023 12:46:25 +0200 Subject: [PATCH] Ajout de ma configuration git --- home/gitconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 home/gitconfig 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