From fdbbcb98df3213d671f770629fb48483d20fd528 Mon Sep 17 00:00:00 2001 From: Nic0Nic0Nii Date: Thu, 19 May 2022 19:10:57 +0000 Subject: [PATCH] Commit with a co-author Co-authored-by: sigonasr2 --- scripts/commit.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/commit.sh b/scripts/commit.sh index a9a8092..91f157f 100755 --- a/scripts/commit.sh +++ b/scripts/commit.sh @@ -1,4 +1,6 @@ git add -u git add * -git commit -m "$*" +git commit -m "$* + +Co-authored-by: sigonasr2 " git push \ No newline at end of file