mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
8 lines
230 B
Bash
Executable File
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
|