FreeBSD Manual Pages
GIT-SSQ(1) FreeBSD General Commands Manual GIT-SSQ(1) NAME git-ssq -- display the names of files not added to a Git repository SYNOPSIS git-ssq [<options...>] [--] [<pathspec>...] DESCRIPTION The git-ssq utility displays the names of files present in the Git repos- itory's directory, but not added to its contents or index. It does this by running a "git status --short" command and displaying only the names of the files on lines starting with a question mark. It passes all com- mand-line arguments to git-status(1). RETURN VALUES The git-ssq utility exits 0 on success, and >0 if an error occurs. ENVIRONMENT See git-status(1). FILES See git-status(1). EXAMPLES Show the files not added to the current Git repository: git ssq Filter only the unknown C source files from the src/ subdirectory: git ssq src | egrep -e '.c$' SEE ALSO git-status(1) HISTORY The git-ssq utility was written by Peter Pentchev in 2012. AUTHORS Peter Penchev <roam@ringlet.net> FreeBSD 13.0 October 10, 2013 FreeBSD 13.0
NAME | SYNOPSIS | DESCRIPTION | RETURN VALUES | ENVIRONMENT | FILES | EXAMPLES | SEE ALSO | HISTORY | AUTHORS
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=git-ssq&sektion=1&manpath=FreeBSD+12.2-RELEASE+and+Ports>