diff options
Diffstat (limited to 'common/.gitconfig')
-rw-r--r-- | common/.gitconfig | 9 |
1 files changed, 9 insertions, 0 deletions
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 |