MitMaro / git-interactive-rebase-tool

Native cross-platform full feature terminal-based sequence editor for git interactive rebase.
https://gitrebasetool.mitmaro.ca/
GNU General Public License v3.0
1.59k stars 48 forks source link

Feature request: `--setup` option to configure Git automatically #929

Open bgilbert opened 4 months ago

bgilbert commented 4 months ago

Rather than documenting the different variations of git config --global sequence.editor needed on different platforms, perhaps GIRT could have a --setup mode that detects the environment and automatically configures sequence.editor.

Further, the option might detect an existing sequence.editor setting and refuse to clobber it unless --force is given.