git-setup (1) Linux Manual Page
git-setup – Set up a git repository
Synopsis
git-setup [<directory>]Description
Set up a git repository if one doesn’t exist, add all files and make an initial commit.Options
<directory> The name of a new directory to setup. By default, the current working directory.
Examples
$ git setup path/to/repository
