Git operations
branch
git.branch(branchName)
Checkout to provided branch.
If branch doesn’t exist - create new branch.
Parameters
Switch to provided branch. By default creates a branch if it doesn’t exist.
git.branch(branchName)
Checkout to provided branch.
If branch doesn’t exist - create new branch.
Switch to provided branch. By default creates a branch if it doesn’t exist.