diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2025-03-14 09:33:36 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2025-03-14 09:45:14 +0100 |
commit | 60e6c0f7e1a4ce66127562ae01142f1fe1741672 (patch) | |
tree | b77a2c40bcd78d4c8c794f4c7711047c6acebd16 /deployment/systems/gitconfig | |
parent | 6347a2459b78ea2e64a5d2c12ed8c02ab647bcef (diff) |
import systems to deployment channel
Diffstat (limited to 'deployment/systems/gitconfig')
-rw-r--r-- | deployment/systems/gitconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/deployment/systems/gitconfig b/deployment/systems/gitconfig new file mode 100644 index 0000000..300f906 --- /dev/null +++ b/deployment/systems/gitconfig @@ -0,0 +1,10 @@ +[commit] + gpgsign = true + +[user] + email = marek@marekpasnikowski.pl + name = Marek Paśnikowski + signingkey = 6D81B1207711899F + +[push] + autoSetupRemote = true |