git-workflow-engine/gitwe

Run gitwe git-workflow commands (start, finish, status, etc.) against the checked-out repository.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
commandgitwe command to run: start, finish, status, graph, current, list, types, validate, doctor, configyes
typeBranch type (for "start"), e.g. feature, release, hotfixno
short-nameShort branch name (for "start"), e.g. loginno
branch-nameFull branch name (for "finish")no
workflowBuilt-in workflow to use: git-flow | github-flow | trunk-based. Ignored if `config` is set.nogit-flow
configPath (relative to working-directory) to a custom JSON/YAML workflow config fileno
delete-branchDelete the branch after finishing (for "finish")notrue
pushPush to the remote after finishing (for "finish")nofalse
abort-on-conflictAutomatically run `git merge --abort` on conflict (for "finish")nofalse
rootRoot branch to summarize/draw from (for "status"/"graph")nomain
working-directoryDirectory of the git repository to operate on (must already be checked out)no.
namedescription
branch-nameThe branch name created (for "start") or finished (for "finish")
merged-intoComma-separated list of branches merged into (for "finish")
tagsComma-separated list of tags created (for "finish")
result-jsonFull raw JSON result from the command