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.
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 configuressequence.editor
.Further, the option might detect an existing
sequence.editor
setting and refuse to clobber it unless--force
is given.