mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Although Github reserves the 'visionmedia' user space(a visit to there will be redirected to 'tj'), it's better to rename the links from visionmedia/git-extras to tj/git-extras
601 B
601 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
<https://github.com/tj/git-extras/issues>