Skip to content

Commit b17f3cf

Browse files
committed
Update READEME.md
Co-Authored-By: Eric Adamski <er.adamski@gmail.com>
1 parent f98ea44 commit b17f3cf

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,15 @@ yarn global add commit-with
2121
```
2222
❯ commit-with --help
2323
24-
Usage: commit-with [options] <github-username> [git-args...]
24+
Usage: commit-with [options] <github-username>
2525
2626
Searches Github for the user and auto generates a co-authored tag for your commit message
2727
2828
Options:
2929
3030
-V, --version output the version number
31+
-a, --all commit all changed files
32+
-f, --force ignore cached commit templates, look up user again on githup
3133
-h, --help output usage information
3234
```
3335

@@ -44,7 +46,7 @@ Commit currently staged files
4446
Commit, and add using `-a` git commit flag
4547

4648
```
47-
❯ commit-with ericadamski -- -a
49+
❯ commit-with -a ericadamski
4850
```
4951

50-
![commit-with ericadamski -- -a](https://user-images.githubusercontent.com/6516758/38911862-02fb5c38-42a0-11e8-945f-f43723ac4462.gif)
52+
![commit-with -a ericadamski](https://user-images.githubusercontent.com/6516758/38911862-02fb5c38-42a0-11e8-945f-f43723ac4462.gif)

0 commit comments

Comments
 (0)