git-setup - Man Page

Set up a git repository

Examples (TL;DR)

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

<https://github.com/tj/git-extras/issues>

See Also

<https://github.com/tj/git-extras>

Referenced By

git-extras(1).

October 2017 Git Extras