6 git-status - Show working tree status
15 Examines paths in the working tree that has changes unrecorded
16 to the index file, and changes between the index file and the
17 current HEAD commit. The former paths are what you _could_
18 commit by running 'git-update-index' before running 'git
19 commit', and the latter paths are what you _would_ commit by
22 If there is no path that is different between the index file and
23 the current HEAD commit, the command exits with non-zero
29 The output from this command is designed to be used as a commit
30 template comments, and all the output lines are prefixed with '#'.
35 Written by Linus Torvalds <torvalds@osdl.org> and
36 Junio C Hamano <junkio@cox.net>.
40 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
44 Part of the gitlink:git[7] suite