From 70bb3cd4d5e07f12185dec0c914810519b4a87cb Mon Sep 17 00:00:00 2001 From: Thek4n Date: Thu, 23 Nov 2023 09:49:18 +0300 Subject: [PATCH] git config --- install-hooks/git/post-install | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 install-hooks/git/post-install diff --git a/install-hooks/git/post-install b/install-hooks/git/post-install new file mode 100755 index 0000000..64d7a1e --- /dev/null +++ b/install-hooks/git/post-install @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +git config --global user.name "$USER" +git config --global user.email "${USER}@${HOST}" +git config --global user.signingkey "$USER"