Skip to content

Commit 0dc4d0d

Browse files
committed
Preparing for v0.0.5
1 parent a179fb9 commit 0dc4d0d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@ sh -c "$(curl -s https://raw.githubusercontent.com/remotemobprogramming/mob/mast
1818

1919
## How does it work?
2020

21-
- `mob start 10` creates branch `mob-session` and pulls from `origin/mob-session`, and creates a ten minute timer
22-
- `mob start 10 share` also activates screenshare in zoom (macOS or Linux with xdotool, requires zoom configuration)
21+
- `mob start` creates branch `mob-session` and pulls from `origin/mob-session`
2322
- `mob next` pushes all changes to `origin/mob-session`in a `mob next [ci-skip]` commit
2423
- `mob done` squashes all changes in `mob-session` into staging of `master` and removes `mob-session` and `origin/mob-session`
2524

25+
- `mob start 10` and creates a ten minute timer
26+
- `mob start 10 share` and activates screenshare in zoom (macOS or Linux with xdotool, requires zoom configuration)
2627
- `mob status` display the mob session status and all the created WIP commits
2728
- `mob reset` deletes `mob-session` and `origin/mob-session`
2829
- `mob share` start screenshare with zoom (macOS or Linux with xdotool, requires configuration in zoom to work)

mob.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"time"
1212
)
1313

14-
const release = "0.0.4"
14+
const release = "0.0.5"
1515

1616
var wipBranch = "mob-session" // override with MOB_WIP_BRANCH environment variable
1717
var baseBranch = "master" // override with MOB_BASE_BRANCH environment variable

0 commit comments

Comments
 (0)