wfxr / forgit

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

Add git options for each forgit command #292

Closed carlfriedrich closed 1 year ago

carlfriedrich commented 1 year ago

Check list

Description

The git behavior within forgit can now be customized via dedicated variables for each forgit command, e.g. FORGIT_ADD_GIT_OPTS is passed to the git add call within ga.

This should make #277 obsolete.

Type of change

Test environment

sandr01d commented 1 year ago

Works as expected :+1:

carlfriedrich commented 1 year ago

Seems like I merged this a bit too early. :-( Rebasing does not work anymore now:

fatal: invalid upstream ''

Already preparing a PR to fix this.