Files
oam/examples/git/configure.sh
2023-02-23 20:11:42 +01:00

8 lines
230 B
Bash
Executable File

#!/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