wfxr / forgit

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

Only show available cherry picks #266

Closed cjappl closed 1 year ago

cjappl commented 1 year ago

Check list

Description

Fixes #264

Only shows changes that are eligible for cherry-pick to the branch, not every commit. Also adds nice color to the output

Steps to test:

Expected:

Type of change

Test environment

cjappl commented 1 year ago

I'm going to merge this soon unless I get any comments! Just pinging one more time @wfxr and @carlfriedrich

carlfriedrich commented 1 year ago

Sorry for the late reply, I am quite busy at the moment.

This works for me and I also find it useful, good work!