Scroll to navigation

STG-STATUS(1) StGit Manual STG-STATUS(1)

NAME

stg-status - Show the tree status

SYNOPSIS

stg status [options] [<files or dirs>]

DESCRIPTION

Show the status of the whole working copy or the given files. The command also shows the files in the current directory which are not under revision control. The files are prefixed as follows:
 
 
M - locally modified
N - newly added to the repository
D - deleted from the repository
C - conflict
? - unknown
 
An stg refresh command clears the status of the modified, new and deleted files.

OPTIONS

-m, --modified
Show modified files only.
-n, --new
Show new files only.
-d, --deleted
Show deleted files only.
-c, --conflict
Show conflict files only.
-u, --unknown
Show unknown files only.
-x, --noexclude
Do not exclude any files from listing.
--reset
Reset the current tree changes.

STGIT

Part of the StGit suite - see linkman:stg[1]
 
03/13/2012 StGit