diff options
author | Daniel Weipert <code@drogueronin.de> | 2021-10-31 15:20:26 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2021-10-31 15:20:26 +0100 |
commit | 1ae843ba0ee1aced8629e28c3e740f32c3a72878 (patch) | |
tree | 4994ff464483bc649e17171bd4a505618e5f886e /.gitconfig |
Initial commit
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..1fb153a --- /dev/null +++ b/.gitconfig @@ -0,0 +1,5 @@ +[init] + defaultBranch = main +[user] + name = Daniel Weipert + email = code@drogueronin.de |