File tree Expand file tree Collapse file tree 4 files changed +6
-1
lines changed
Expand file tree Collapse file tree 4 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1+ # 5.3.1
2+ - Fix: Added documentation for ` mob start --discard-uncommitted-changes ` in the ` mob help ` command
3+
14# 5.3.0
25- Feature: ` mob start --discard-uncommitted-changes ` allows to discard uncommitted changes and then starting a new mob session
36
Original file line number Diff line number Diff line change @@ -175,6 +175,7 @@ Basic Commands:
175175Basic Commands(Options):
176176 start [<minutes>] Start a <minutes> timer
177177 [--include-uncommitted-changes|-i] Move uncommitted changes to wip branch
178+ [--discard-uncommitted-changes|-d] Discard uncommitted changes
178179 [--branch|-b <branch-postfix>] Set wip branch to 'mob/<base-branch>-<branch-postfix>'
179180 [--create] Create the remote branch
180181 [--room <room-name>] Set room name for timer.mob.sh once
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Basic Commands:
1818Basic Commands with Options:
1919 start [<minutes>] Start <minutes> minutes timer
2020 [--include-uncommitted-changes|-i] Move uncommitted changes to wip branch
21+ [--discard-uncommitted-changes|-d] Discard uncommitted changes
2122 [--branch|-b <branch-postfix>] Set wip branch to 'mob/<base-branch>` + configuration .WipBranchQualifierSeparator + `<branch-postfix>'
2223 [--create] Create the remote branch
2324 [--join|-j] Join existing wip branch
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
2121)
2222
2323const (
24- versionNumber = "5.3.0 "
24+ versionNumber = "5.3.1 "
2525 minimumGitVersion = "2.13.0"
2626)
2727
You can’t perform that action at this time.
0 commit comments