diff --git a/examples/git/configure.sh b/examples/git/configure.sh deleted file mode 100755 index dd711f6..0000000 --- a/examples/git/configure.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/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