GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
GIT-SSQ(1) FreeBSD General Commands Manual GIT-SSQ(1)

git-ssq
display the names of files not added to a Git repository

git-ssq [<options...>] [--] [<pathspec>...]

The git-ssq utility displays the names of files present in the Git repository'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 command-line arguments to git-status(1).

The git-ssq utility exits 0 on success, and >0 if an error occurs.

See git-status(1).

See git-status(1).

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$'

git-status(1)

The git-ssq utility was written by Peter Pentchev in 2012.

Peter Penchev ⟨roam@ringlet.net⟩
October 10, 2013 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.