tj.git-extras/git-setup.md
Tj Holowaychuk 759312c402 Docs
2010-10-31 18:42:52 -07:00

617 B

git-setup(1) -- 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

AUTHOR

Written by Aggelos Orfanakos <agorf@agorf.gr>

REPORTING BUGS

<http://github.com/visionmedia/git-extras/issues>

SEE ALSO

<http://github.com/visionmedia/git-extras>