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

gb doesn't work with no arguments #277

Closed Alkaar closed 5 years ago

Alkaar commented 5 years ago

I tried to rule out other stuff in my .bash_profile and it seems when I add in scm breeze, git branch gives me the following error whether I use gb or git branch

$ gb fatal: '' is not a valid branch name. $

If I remove it and do a normal git branch it behaves fine

mannyatico commented 5 years ago

I have the same issue, and I'm using:

MacOS Mojave 10.14 zsh with prezto

tuxinaut commented 5 years ago

It broke for me after updating to the latest version, tracked it down to PR #263 - Fix #167, #202, #204, #274 and a bunch of other goodies

HaleTom commented 5 years ago

This should be resolved when #280 is merged.