甜桶/git-status-tree

@todo 项目描述

0.0.2 2022-01-29 21:02 UTC

This package is auto-updated.

Last update: 2024-08-26 20:18:07 UTC


README

CircleCI codecov

git状态

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状态树

│
├──    src/
│   ├──    Commands/
│   │   └──  M StatusTreeCommand.php
│   ├──  M Color.php
│   └──  M EntryComparer.php
├── A  .git-hooks
└──  M README.md

需求

  • PHP >= 7.4

安装

  1. 从最新版本的发布下载git-status-tree.phar文件。
  2. mv ~/Downloads/git-status-tree.phar ~/bin/git-status-tree
  3. chmod +x ~/bin/git-status-tree
  4. git状态树
  5. 祝您玩得开心