summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTim Oram <dev@mitmaro.ca>2018-10-28 11:10:39 -0230
committerTim Oram <dev@mitmaro.ca>2018-10-28 11:10:39 -0230
commit5deb713811947295048000331c2b945bcbb3be01 (patch)
tree3ead89f2017472bfeb29ae54142b42d7c509c94c /README.md
parentf72afb1574f63494addb5e63cc9149ba7c4286e3 (diff)
Document how to override the tool
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index d401af5..83eda52 100644
--- a/README.md
+++ b/README.md
@@ -99,6 +99,14 @@ The tool has built-in help that can be accessed by hitting the `?` key.
| `f` | Set selected commit to be fixed-up |
| `d` | Set selected commit to be dropped |
+
+### Temporary Override
+
+You can temporarily use a different sequence editor by using the `GIT_SEQUENCE_EDITOR` environment variable:
+
+ GIT_SEQUENCE_EDITOR=emacs git rebase -i [<upstream> [<branch>]]
+
+
### Configuration
The tool can be configured using the [git config][git-config] command. Invalid values are ignored and the default used