Skip to content

Commit 283c02c

Browse files
committed
update reset_sandbox.sh
1 parent d138e2d commit 283c02c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bin/reset_sandbox.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,7 @@ mkdir -p my_subdir
3131
mv bazz.js my_subdir
3232
# Delete.
3333
rm buzz.js
34+
35+
# Commit template.
36+
git config commit.template _COMMIT_MESSAGE
37+
echo 'My commit prefix' >_COMMIT_MESSAGE

0 commit comments

Comments
 (0)