We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12bc88c commit 8258575Copy full SHA for 8258575
http/cmd/api-server/main
0 Bytes
scripts/git/sign.sh
@@ -6,10 +6,15 @@ C_SEAGREEN2="\033[38;5;83m"
6
C_GREY46="\033[38;5;243m"
7
C_GREY62="\033[38;5;247m"
8
9
-echo "${F_BOLD}Commit Git working tree${NO_FORMAT}${C_GREY46}"
+echo "${F_BOLD}Sign Git Working Tree${NO_FORMAT}${C_GREY46}"
10
11
+make test
12
make build
13
14
+echo "${NO_FORMAT}${C_GREY62}Commit Details:${NO_FORMAT}${C_GREY46}"
15
+
16
git add .
-git commit -S && echo "\n${NO_FORMAT}${F_BOLD}Ready to push!${NO_FORMAT}\n"
17
+git commit -S --no-verify
18
19
+echo "\n${NO_FORMAT}${F_BOLD}Ready to push!${NO_FORMAT}\n"
20
0 commit comments