Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
GIT-SETUP(1)			   Git Extras			    GIT-SETUP(1)

NAME
     git-setup - 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  di-
     rectory.

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>

				  October 2017			    GIT-SETUP(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=git-setup&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help