git-branch-status
git-branch-status copied to clipboard
A shell script that prints out pretty git branch sync status reports
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...
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...
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.