Releases: nikita-skobov/monorepo-git-tools
Releases · nikita-skobov/monorepo-git-tools
v1.1.0
- adds option '--output-branch' or '-o' to specify the name of an output branch for both
git split out
, andgit 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 therepo_file
instead of relying onhttps://github.com/$username/$repo_name
v1.0.1
minor minification of git-split.
Features git split out and git split in functionality
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.