Skip to content

Commit 72e7100

Browse files
committed
update readme
1 parent 95876a4 commit 72e7100

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ git sb fix
122122
git sb -r "fix.+"
123123
# find branches containing "fix" and check out the first result
124124
git sb fix -o
125+
# or checkout a branch by ticket number:
126+
git sb -o 1123 # checks out 'GN-1123-my-feature-branch'
125127
```
126128

127129
Switch to the last checked out branch:

0 commit comments

Comments
 (0)