@mindkeeper-solutions/orgi
v2.0.0-41
Published
Deploy with git using orphan branches.
Downloads
55
Readme
Orgi
Orgi is a command line tool to easily and robustly commit contents into orphan branches for deployment purposes.
Why
- Orphan branches are difficult to mess up, since they have no common ancestor to the development-branches.
- The first idea was born to allow secure deployments within Gitlab, without introducing overly powerful deployment-tokens.
Usage
$ orgi <source-directory> <target-branch>
Orgi commits the whole content of the given source directory into the given target-branch. If the target-branch does not exist in the repository, it is created as orphan branch.
License
MIT