Imported knowledge from a private repository

This commit is contained in:
Michele Cereda
2023-02-23 20:11:42 +01:00
parent e9a22db73b
commit fb83703ef9
12 changed files with 499 additions and 12 deletions

7
examples/git/configure.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
git config --local user.email name.surname@company.com
git config --local user.name "Name Surname"
git config --local user.signingkey 99C324BA
git config --local commit.gpgsign true
git config --local pull.rebase false