File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,15 @@ yarn global add commit-with
21
21
```
22
22
❯ commit-with --help
23
23
24
- Usage: commit-with [options] <github-username> [git-args...]
24
+ Usage: commit-with [options] <github-username>
25
25
26
26
Searches Github for the user and auto generates a co-authored tag for your commit message
27
27
28
28
Options:
29
29
30
30
-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
31
33
-h, --help output usage information
32
34
```
33
35
@@ -44,7 +46,7 @@ Commit currently staged files
44
46
Commit, and add using ` -a ` git commit flag
45
47
46
48
```
47
- ❯ commit-with ericadamski -- -a
49
+ ❯ commit-with -a ericadamski
48
50
```
49
51
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 )
You can’t perform that action at this time.
0 commit comments