diff options
author | EuAndreh <eu@euandre.org> | 2023-03-11 08:53:30 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-11 19:36:12 -0300 |
commit | 786d6958a5733b28ec089685df7c0eac980c5f2a (patch) | |
tree | 9afb19eda6db66f68f5a914aa4fa38fde8b0d9b5 /src/infrastructure/config/gitconfig | |
parent | channels.scm: Remove "nonguix" channel (diff) | |
download | server-786d6958a5733b28ec089685df7c0eac980c5f2a.tar.gz server-786d6958a5733b28ec089685df7c0eac980c5f2a.tar.xz |
Copy files back
Diffstat (limited to 'src/infrastructure/config/gitconfig')
-rw-r--r-- | src/infrastructure/config/gitconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/infrastructure/config/gitconfig b/src/infrastructure/config/gitconfig new file mode 100644 index 0000000..915ee72 --- /dev/null +++ b/src/infrastructure/config/gitconfig @@ -0,0 +1,7 @@ +[init] + defaultBranch = main +[user] + email = ci@euandre.org + name = "euandre.org CI" +[advice] + detachedHead = false |