git-setup(1)
| GIT-SETUP(1) | Git Extras | GIT-SETUP(1) |
NAME
git-setup - Set up a git repository
SYNOPSIS
git-setup [-m <message>] [<directory>]
DESCRIPTION
Set up a git repository if one doesn't exist, add all files and make an initial commit.
OPTIONS
-m <message>
Use <message> as the initial commit message.
<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>
| March 2026 |
