-
Notifications
You must be signed in to change notification settings - Fork 2
/
git-wf.1
20 lines (18 loc) · 1.07 KB
/
git-wf.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Usage: git wf [options] [command]
Options:
-V, --version output the version number
-O, --no-open Never auto-open URLs in the browser
--yes Answer yes to all yes/no prompts
--no Answer no to all yes/no prompts
-h, --help output usage information
Commands:
abort Close a feature branch without it being merged [CAREFUL]
cut-release [branch] Move branch (default: main|master) commits onto release branch
done Cleanup current merged, PRed feature branch
hotfix <buildTag> Move branch hotfix to given build tag
merge-back Merges all changes back from main|master ← release ← hotfix
pr [options] Open a PR to merge current feature branch
qa [options] [branch] Tag given (or current) branch as a build
rename Rename local and remote current feature branch
start [options] <branch> Create new feature branch from current branch
setup Verifies your branch setup