git status
On branch 1.x
Your branch is up to date with 'upstream/1.x'.
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
new file: .git-hooks
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: src/Color.php
modified: src/Commands/StatusTreeCommand.php
modified: src/EntryComparer.php
git status-tree
│
├── src/
│ ├── Commands/
│ │ └── M StatusTreeCommand.php
│ ├── M Color.php
│ └── M EntryComparer.php
├── A .git-hooks
└── M README.md
- PHP >= 7.4
- Download the
git-status-tree.phar
file from the latest release. mv ~/Downloads/git-status-tree.phar ~/bin/git-status-tree
chmod +x ~/bin/git-status-tree
git status-tree
- Have fun