Skip to content

Releases: nikita-skobov/monorepo-git-tools

v1.1.0

21 May 23:05
Compare
Choose a tag to compare
  • adds option '--output-branch' or '-o' to specify the name of an output branch for both git split out, and git split in.
  • adds tests
  • adds documentation
  • adds feature to git split in from a remote branch instead of just from master
  • fixes functionality for using a remote_repo variable in the repo_file instead of relying on https://github.com/$username/$repo_name

v1.0.1

19 May 18:17
Compare
Choose a tag to compare
v1.0.1 Pre-release
Pre-release

minor minification of git-split.

Features git split out and git split in functionality

18 May 22:56
Compare
Choose a tag to compare

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.