GIT TOOLS
git-tools currently provides two helper commands:
git-tools status
Open an interactive session with following steps:
- displays
git status
then prompts to continue or not, - for each modified file, display a diff then prompts to add, patch, checkout or ignore
- prompts to commit
git-tools substatus
Executes git status --short
on all subdirectories of the current directory.