git-branch-status icon indicating copy to clipboard operation
git-branch-status copied to clipboard

A shell script that prints out pretty git branch sync status reports

Results 6 git-branch-status issues
Sort by recently updated
recently updated
newest added

There is an option to compare two branches (local or remote): ```sh git-branch-status [ base-branch-name compare-branch-name ] ``` And there is also an option to compare each local branch with...

enhancement

It will help to enhance the script to provide a way to delete extra brnaches on remote which are not ahead of any other specidfied branch or main. It will...

enhancement

Hopefully this is correct... (I mean it works).

https://github.com/bill-auger/git-branch-status/pull/18

https://github.com/bill-auger/git-branch-status/pull/15

Adding tests. They don't all pass, but I think they are correct.