wfxr / forgit

:zzz: A utility tool powered by fzf for using git interactively.
MIT License
4.32k stars 136 forks source link

Fix situation where `grc` responded "no command "git revert" #300

Closed cjappl closed 1 year ago

cjappl commented 1 year ago

Check list

Description

When trying to run grc this morning, I got the error:

/Users/chrisapple/code/personal//forgit/conf.d/bin/git-forgit: line 568: git branch : command not found

Not only was the command wrong (should have been revert, I think) It was also trying to run the command git branch instead of evaling.

Noticed this was missing elsewhere as well, and was previously present in other places. This fixed my issue!

Type of change

Test environment

cjappl commented 1 year ago

Hmm, something else fishy going on here, closing for now and I'll file an issue with the problem