├── README.md ├── bats ├── environment.bash └── tests.bats └── git-split-branch /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djpohly/git-split-branch/HEAD/README.md -------------------------------------------------------------------------------- /bats/environment.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djpohly/git-split-branch/HEAD/bats/environment.bash -------------------------------------------------------------------------------- /bats/tests.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djpohly/git-split-branch/HEAD/bats/tests.bats -------------------------------------------------------------------------------- /git-split-branch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djpohly/git-split-branch/HEAD/git-split-branch --------------------------------------------------------------------------------