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

FreeBSD Manual Pages

  
 
  

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

NAME
       git-root	- show path of root

SYNOPSIS
       git root	OPTIONS

DESCRIPTION
       print the path for the root directory of	git repo

OPTIONS
       -r, --relative

       show the	relative path from root	directory to current directory

EXAMPLES
       $ cd .../git-extras/bin
       $ git root -r
       bin/
       $ git root
       /home/.../git-extras
       $ cd `git root`
       $ pwd
       /home/.../git-extras
       # then we can
       $ git add . && git commit

AUTHOR
       Written by spacewander <spacewanderlzx@gmail.com>

REPORTING BUGS
       <https://github.com/tj/git-extras/issues>

SEE ALSO
       <https://github.com/tj/git-extras>

				 October 2017			   GIT-ROOT(1)

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

home | help