Description Show a summary of git status on each project. For each file in the project, a two-letter code is used. The first letter stands for changes of index, and the second letter stands for changes of worktree. In the first column, an uppercase letter indicates how the index differs from the last committed state. Letter Meaning Description - No change Same in HEAD and index A Added Not in HEAD, in index M Modified In HEAD, modified in index D Deleted In HEAD, not in index R Renamed Not in...