File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,12 @@ sh -c "$(curl -s https://raw.githubusercontent.com/remotemobprogramming/mob/mast
18
18
19
19
## How does it work?
20
20
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 `
23
22
- ` mob next ` pushes all changes to ` origin/mob-session ` in a ` mob next [ci-skip] ` commit
24
23
- ` mob done ` squashes all changes in ` mob-session ` into staging of ` master ` and removes ` mob-session ` and ` origin/mob-session `
25
24
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)
26
27
- ` mob status ` display the mob session status and all the created WIP commits
27
28
- ` mob reset ` deletes ` mob-session ` and ` origin/mob-session `
28
29
- ` mob share ` start screenshare with zoom (macOS or Linux with xdotool, requires configuration in zoom to work)
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
11
11
"time"
12
12
)
13
13
14
- const release = "0.0.4 "
14
+ const release = "0.0.5 "
15
15
16
16
var wipBranch = "mob-session" // override with MOB_WIP_BRANCH environment variable
17
17
var baseBranch = "master" // override with MOB_BASE_BRANCH environment variable
You can’t perform that action at this time.
0 commit comments