We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d138e2d commit 283c02cCopy full SHA for 283c02c
bin/reset_sandbox.sh
@@ -31,3 +31,7 @@ mkdir -p my_subdir
31
mv bazz.js my_subdir
32
# Delete.
33
rm buzz.js
34
+
35
+# Commit template.
36
+git config commit.template _COMMIT_MESSAGE
37
+echo 'My commit prefix' >_COMMIT_MESSAGE
0 commit comments