commit 1c377614969fce7babcee5f9a162a999aa9f7ce4
parent aa5551a94985020f9424e0e5bd033c52413e132e
Author: Anjeel <xein@zepp.club>
Date: Mon, 3 Mar 2025 00:15:19 -0300
gcr: update
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/gcr b/gcr
@@ -9,6 +9,10 @@ case $repo_remote in
repo=${repo_remote##https://github.com/}
repo=${repo%%.git}
repo=git@github.com:$repo.git
+ echo 'signing key changed'
+ git config user.signingkey C7509FB0D2DE4B09
+ git config user.email 82726847+xeinye@users.noreply.github.com
+ git config user.name xeinye
;;
*git://git.zepp.club*)
repo=${repo_remote##git://git.zepp.club/}