git-split-file icon indicating copy to clipboard operation
git-split-file copied to clipboard

Split a file in a git repository without losing the git history.

Results 3 git-split-file issues
Sort by recently updated
recently updated
newest added

[CodeFactor](https://www.codefactor.io/repository/github/potherca-bash/git-split-file) found multiple issues last seen at e4b7a209cf5c2dd59515faed35d58e461556968c: #### read without -r will mangle backslashes. - [ ] [src\git-split-file.sh:545](https://www.codefactor.io/repository/github/potherca-bash/git-split-file/source/master/src/git-split-file.sh#L545) - [ ] [src\git-split-file.sh:483](https://www.codefactor.io/repository/github/potherca-bash/git-split-file/source/master/src/git-split-file.sh#L483)

I just tried to use the script and I had conflicts when splitting to 4 files. Perhaps `git add -A :/` to add all files? I changed to it in...

(Yeah stack overflow is pretty anal lol, so I will explain here what I want to do in abstract terms). There is this file let's called it Original.txt it contains...

enhancement