git init or git init --bare
gives me:
git init --bare
Usage: git COMMAND [OPTIONS] [TARGET]
git command 'init' not found: commands are:
add archimport bisect branch checkout cherry-pick clone commit
count-objects cvsimport diff fetch format-patch log ls-remote
merge-one-file octopus parse-remote prune pull push rebase relink rename
repack request-pull reset resolve revert sh-setup status tag verify-tag
I just want to create an empty repo to start with. But I get this error....
ideas?