diff options
author | Kr1ss | 2019-10-06 22:28:55 +0200 |
---|---|---|
committer | Kr1ss | 2019-10-06 22:28:55 +0200 |
commit | 2a17252c3c117c80b11612912d514684f714a564 (patch) | |
tree | af5d82d3dc24b2639719c771a1144888807a6ab2 /git-interactive-rebase-tool.install | |
download | aur-2a17252c3c117c80b11612912d514684f714a564.tar.gz |
initial upload: 1.1.0.r243.ab379e3-1
Diffstat (limited to 'git-interactive-rebase-tool.install')
-rw-r--r-- | git-interactive-rebase-tool.install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/git-interactive-rebase-tool.install b/git-interactive-rebase-tool.install new file mode 100644 index 000000000000..ae37701bf6f0 --- /dev/null +++ b/git-interactive-rebase-tool.install @@ -0,0 +1,13 @@ +post_install() { + echo "" + echo "Configure git to use the rebase tool:" + echo "git config --global sequence.editor interactive-rebase-tool" + echo "" +} + +post_remove() { + echo "" + echo "You have to remove the tool from the git configuration:" + echo "git config --global --unset sequence.editor" + echo "" +} |