From 36e6977442bab1724135ab60b171d59b38bb7111 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Thu, 27 Feb 2020 21:50:14 +0500 Subject: Update to python3 --- git-split | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'git-split') 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 -- cgit v1.2.3