tj.git-extras/man/git-setup.md
2010-10-31 11:41:30 -07:00

33 lines
617 B
Markdown

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 &lt;<agorf@agorf.gr>&gt;
## REPORTING BUGS
&lt;<http://github.com/visionmedia/git-extras/issues>&gt;
## SEE ALSO
&lt;<http://github.com/visionmedia/git-extras>&gt;