git-setup - Man Page
Set up a git repository
Examples (TL;DR)
- Create a Git repository in the current directory and commit all files:
git setup
- Create a Git repository in a specific directory and commit all files:
git setup path/to/directory
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
Author
Written by Aggelos Orfanakos <agorf@agorf.gr>
Reporting Bugs
See Also
Referenced By
October 2017 Git Extras