mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
37 lines
741 B
Groff
37 lines
741 B
Groff
.\" generated with Ronn/v0.7.3
|
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
|
.
|
|
.TH "GIT\-SETUP" "1" "October 2010" "" "Git Extras"
|
|
.
|
|
.SH "NAME"
|
|
\fBgit\-setup\fR \- Set up a git repository
|
|
.
|
|
.SH "SYNOPSIS"
|
|
\fBgit\-setup\fR [<directory>]
|
|
.
|
|
.SH "DESCRIPTION"
|
|
Set up a git repository if one doesn\'t exist, add all files and make an initial commit\.
|
|
.
|
|
.SH "OPTIONS"
|
|
<directory>
|
|
.
|
|
.P
|
|
The name of a new directory to setup\. By default, the current working directory\.
|
|
.
|
|
.SH "EXAMPLES"
|
|
.
|
|
.nf
|
|
|
|
$ git setup path/to/repository
|
|
.
|
|
.fi
|
|
.
|
|
.SH "AUTHOR"
|
|
Written by Aggelos Orfanakos <\fIagorf@agorf\.gr\fR>
|
|
.
|
|
.SH "REPORTING BUGS"
|
|
<\fIhttp://github\.com/visionmedia/git\-extras/issues\fR>
|
|
.
|
|
.SH "SEE ALSO"
|
|
<\fIhttp://github\.com/visionmedia/git\-extras\fR>
|