From 26ae14f955c847111662db7f1dbc25705d935257 Mon Sep 17 00:00:00 2001 From: Thomas JUND Date: Mon, 13 Mar 2023 10:29:14 +0100 Subject: [PATCH] backup of my global gitconfig file --- tj_gitconfig.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tj_gitconfig.txt diff --git a/tj_gitconfig.txt b/tj_gitconfig.txt new file mode 100644 index 0000000..1411313 --- /dev/null +++ b/tj_gitconfig.txt @@ -0,0 +1,12 @@ +[core] + editor = subl +[color] + branch = auto + diff = auto + interactive = auto + status = auto +[pull] + rebase = true +[user] + name = Thomas JUND + email = tjund@entrouvert.com