1.0.0 • Published 4 years ago
push-testserver v1.0.0
push testserver
push-testserver is a cli script which pushes your branch as a test-branch for creating a testserver.
install
npm i -g push-testserverrun
After installing there are two scripts available in your terminal:
push-testserveror
force-push-testserverWhat it does:
The script pushes an branch with the name in the format <type>/<something> to the origin remote with the name test/<something>
<something>can contain anything valid in a GIT branch-name, also more/(slashes) are valid
force-push-testserver does the exact same thing only with a force push flag.
Requirements
- GIT
- Node >=12
1.0.0
4 years ago