mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 13:44:24 +00:00
Imported knowledge from a private repository
This commit is contained in:
7
examples/git/configure.sh
Executable file
7
examples/git/configure.sh
Executable 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
|
||||
Reference in New Issue
Block a user