Skip to content

Features git split out and git split in functionality

Pre-release
Pre-release
Compare
Choose a tag to compare
@nikita-skobov nikita-skobov released this 18 May 22:56
· 763 commits to master since this release

Initial release!

The file dist/git-split is the released script.

It can be installed by copying it to your git --exec-path directory.

It features two capabilities:

  • git split out file.sh
    • given a repo meta file, split out a portion of your main repository out into a new branch.
  • git split in file.sh
    • given a repo meta file, take a remote repository and split it into your main repository.