diff options
| author | Anton Bobov <abobov@gmail.com> | 2020-02-27 21:50:14 +0500 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2020-02-27 21:50:14 +0500 |
| commit | 36e6977442bab1724135ab60b171d59b38bb7111 (patch) | |
| tree | fa465b79483b900e56e8b63c6ea9ee59d07a3fdb /git-split | |
| parent | d34161bbda6781a617705ee429776e53768c7b51 (diff) | |
Update to python3
Diffstat (limited to 'git-split')
| -rwxr-xr-x | git-split | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
