summaryrefslogtreecommitdiff
path: root/git-split
diff options
context:
space:
mode:
authorAnton Bobov <abobov@gmail.com>2020-02-27 21:50:14 +0500
committerAnton Bobov <abobov@gmail.com>2020-02-27 21:50:14 +0500
commit36e6977442bab1724135ab60b171d59b38bb7111 (patch)
treefa465b79483b900e56e8b63c6ea9ee59d07a3fdb /git-split
parentd34161bbda6781a617705ee429776e53768c7b51 (diff)
Update to python3
Diffstat (limited to 'git-split')
-rwxr-xr-xgit-split4
1 files changed, 4 insertions, 0 deletions
diff --git a/git-split b/git-split
index 6c3398f..3e29b01 100755
--- a/git-split
+++ b/git-split
@@ -1,6 +1,10 @@
#!/usr/bin/env bash
# https://stackoverflow.com/questions/40698651/how-to-split-every-commit-by-file
# Split HEAD commit into multiples with single file in it.
+#
+# If you want to split a single commit during an interactive rebase, use it like this:
+# p Commit to split
+# x git-split
set -e