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-SS(1) FreeBSD General Commands Manual GIT-SS(1)

git-ss
display a status summary for a Git repository

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

The git-ss utility is merely a shorthand for “git status --short” to report a short summary of the status of a Git repository. It passes all command-line arguments to git-status(1).

See git-status(1).

See git-status(1).

See git-status(1).

Show a status summary for the current Git repository:

git ss

Filter only the C source files from the summary of the src/ subdirectory:

git ss src | egrep -e '.c$'

git-status(1)

The git-ss 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  |  Main Index

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