Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
$ mr TASK-4242
Create new branch 'TASK-4242' from 'origin/main' [Y/n]? y
> git fetch
> git switch --guess --merge --create TASK-4444 origin/main
Switched to a new branch 'TASK-4444'
> git switch --guess --merge --create TASK-4242 origin/main
Switched to a new branch 'TASK-4242'
$ mr main
> git switch --merge --guess release
> git switch --merge --guess main
$ mr TASK-4242
> git switch --merge --guess TASK-4242

Expand All @@ -32,4 +32,4 @@ $ mr TASK-4242 to main
> npm test
> git push
```
see https://github.com/jonny64/mr-git-cli/wiki for details
See https://github.com/jonny64/mr-git-cli/wiki for details