sweetchuck / git-status-tree
@todo project description
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 2
Type:project
Requires
- php: >=7.4
- ext-json: *
- cweagans/composer-patches: ^1.7
- pbergman/tree-helper: ^1.0
- symfony/console: ^5.0
- symfony/process: ^5.4
Requires (Dev)
- codeception/codeception: ^4.1
- codeception/module-asserts: ^2.0
- codeception/module-cli: ^2.0
- nuvoleweb/robo-config: ^2.0
- phpmd/phpmd: ^2.11
- squizlabs/php_codesniffer: ^3.4
- sweetchuck/git-hooks: 2.x-dev
- sweetchuck/robo-composer: 2.x-dev
- sweetchuck/robo-git: 2.x-dev
- sweetchuck/robo-phpcs: 2.x-dev
- sweetchuck/robo-phpmd: 2.x-dev
- symfony/yaml: ^5.4
This package is auto-updated.
Last update: 2024-11-06 19:56:19 UTC
README
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
Requirements
- PHP >= 7.4
Install
- 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