scmbreeze / scm_breeze

Adds numbered shortcuts to the output git status, and much more
https://madebynathan.com/2011/10/19/git-shortcuts-like-youve-never-seen-before/
MIT License
2.82k stars 192 forks source link

git:branch legacy return no error code when git branch succeeds. #324

Closed mmcrockett closed 1 year ago

mmcrockett commented 1 year ago

What

Return error code 0 if successfully call git branch instead of always returning 1.

Why

I have some commands that do things like git branch -d blah && do-another-thing and since I installed scm_breeze they broke. It appears scm_breeze was always returning error code of 1 which broke things.