From d2c331b9f036951eef062dd5141c75182375ba12 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Tue, 22 Jul 2025 00:56:22 +0200 Subject: Add current configuration --- common/.gitconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 common/.gitconfig (limited to 'common/.gitconfig') diff --git a/common/.gitconfig b/common/.gitconfig new file mode 100644 index 0000000..f3ae32c --- /dev/null +++ b/common/.gitconfig @@ -0,0 +1,9 @@ +[user] + name = Simon Parri + email = simonparri@ganzeria.com + +[pull] + rebase = false + +[init] + defaultBranch = master -- cgit v1.2.3