wfxr / forgit

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

Fish checkout branch - updated internal function names to checkout::file and checkout::branch #134

Closed cjappl closed 3 years ago

cjappl commented 3 years ago

Check list

Description

Type of change

Test environment

cjappl commented 3 years ago

@wfxr the only thing for you to review is I changed the internal naming of "gcf" to "forgit::checkout::file" instead of "forgit::restore"

I updated all environment variables as well. I think this makes it clearer what is related!

cjappl commented 3 years ago

Closes #133 when merged

wfxr commented 3 years ago

@cjappl

the only thing for you to review is I changed the internal naming of "gcf" to "forgit::checkout::file" instead of "forgit::restore"

A nice improvement!