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 -a broken #279

Open my-master opened 5 years ago

my-master commented 5 years ago
$ git branch -a
_scmb_git_branch_shortcuts:10: command not found: ruby

Probably related to #200

git branch -r works as expected

HaleTom commented 5 years ago

It looks like ruby can't be found on your system.

What do you get when you do: $ type ruby

my-master commented 5 years ago

@HaleTom You are right, it looks like there is no ruby:

$ type ruby
ruby not found

So I guess I need to install it. Probably, you need to mention in README.md that not only SCM Breeze works faster with Ruby, but Ruby is also required for some git commands. Thanks!

ghthor commented 5 years ago

Agreed. Will add the note, or figure out how to factor out the dependency.