git-setup - Set up a git repository
git-setup [-m <message>] [<directory>]
Set up a git repository if one doesn't exist, add all files and make an initial commit.
-m <message>
Use <message> as the initial commit message.
<directory>
The name of a new directory to setup. By default, the current working directory.
$ git setup path/to/repository
Written by Aggelos Orfanakos <agorf@agorf.gr>
<https://github.com/tj/git-extras/issues>
<https://github.com/tj/git-extras>