Simply execute:
mkdir new-rep-dircd new-rep-dirgit init-db and the new-rep-dir is a git repository
Hint by TZ:
git init is the alias for git init-db
mkdir new-rep-dircd new-rep-dirgit init-db git init is the alias for git init-db
git commit bench.sh -m"Newest fancy script which does all tests for all versions" key somewhere. 123784hashgit tag -a v1.0 -m"Your comment for version 1.0"git push --tags