diff options
author | Malfurious <m@lfurio.us> | 2022-08-02 20:29:54 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2022-08-02 20:29:54 -0400 |
commit | 246aeeda471d69d52322d5d1276dbf41e1dd59db (patch) | |
tree | c0a45286f9ecf9fd89ff40008644e0a0e690a2a6 /conf | |
parent | 84ae51375c7a491e118ae2674006dd1778416992 (diff) | |
download | srcnode-246aeeda471d69d52322d5d1276dbf41e1dd59db.tar.gz srcnode-246aeeda471d69d52322d5d1276dbf41e1dd59db.zip |
Add gitolite gitconfig file
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/.gitconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/.gitconfig b/conf/.gitconfig new file mode 100644 index 0000000..a998fec --- /dev/null +++ b/conf/.gitconfig @@ -0,0 +1,6 @@ +[init] + defaultBranch = master +[user] + useConfigOnly = true + name = gitolite + email = gitolite |