Add an empty root commit to experiment template
[khome.git] / home / bin / x
index 5069833..eb5aee2 100755 (executable)
@@ -12,6 +12,7 @@ then
     cd "$directory";
     printf '# %s\n' "$name" > README;
     git init >&2
+    git commit --allow-empty -m 'Root commit' >&2
     git add . >&2
     git commit -m 'Initial commit' >&2
     echo "$directory";
This page took 0.020426 seconds and 4 git commands to generate.