GIT-SETUP(1) | Git Extras | GIT-SETUP(1) |
git-setup - Set up a git repository
git-setup [<directory>]
Set up a git repository if one doesn´t exist, add all files and make an initial commit.
<directory>
The name of a new directory to setup. By default, the current working directory.
$ git setup path/to/repository
Written by Aggelos Orfanakos <agorf@agorf.gr>
<https://github.com/tj/git-extras/issues>
<https://github.com/tj/git-extras>
October 2020 |