Welcome to little lamb

Code » comain » commit b565f39

init: Change initial commit message

author Olivier Brunel
2023-01-25 13:50:10 UTC
committer Olivier Brunel
2023-01-25 13:50:10 UTC
parent ebf0105f334480d771d03b4da7bd09a476fc514e

init: Change initial commit message

init +1 -1

diff --git a/init b/init
index 00ac6be..32958f5 100755
--- a/init
+++ b/init
@@ -52,6 +52,6 @@ EOF
 if test -e .git; then error 2 "Already a git repo (.git exist)"; fi
 git init .
 git add . .gitignore
-git commit --message="First commit"
+git commit --message="Initial commit: just init the (empty) repo"
 
 echo "done."