-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
I would like to save preferences for my git-extras commands. for example, on git-create-branch and git-feature I would always want to use the -r option to create the remote branch of same name, with my default remote. It does not appear there is any way to do this. Please correct me if I am wrong.
If there is no way to do it, I wouldn't mind taking this on in a self-serving PR... but new to updating the project and git extensions in general. Would git-extras create it's own rc file? or could it create a section in .gitconfig (global) or .git/config (project)... If we were to use git's config file(s) each git-extra command might need its own block (maybe I don't want to use -r on both of the aforementioned commands).
Generate discussion here?
my current workaround is to create aliases for these commands to pass the args i want, but that's kind of ugly, and I'm running out of good alternate names for aliases. ;)