diff options
author | terminaldweller <thabogre@gmail.com> | 2021-06-18 22:22:16 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-06-18 22:22:16 +0000 |
commit | b1b8fb265ad4c46b458e03240ab3c942ae474d63 (patch) | |
tree | 6d221038391b44cd5a50ca5a0282233a3f106a76 /git/.gitconfig | |
parent | too much to talk about... (diff) | |
download | scripts-b1b8fb265ad4c46b458e03240ab3c942ae474d63.tar.gz scripts-b1b8fb265ad4c46b458e03240ab3c942ae474d63.zip |
so many things
Diffstat (limited to 'git/.gitconfig')
-rw-r--r-- | git/.gitconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/git/.gitconfig b/git/.gitconfig new file mode 100644 index 0000000..91a0f30 --- /dev/null +++ b/git/.gitconfig @@ -0,0 +1,6 @@ +[user] + email = thabogre@gmail.com + name = terminaldweller +[http] + postBuffer = 157286400 + version = HTTP/2 |