Simply execute:
mkdir new-rep-dir
cd new-rep-dir
git 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-dir
cd new-rep-dir
git 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. 123784hash
git tag -a v1.0 -m"Your comment for version 1.0"
git push --tags