Skip to content

Commit

Permalink
Merge pull request #678 from timhwang21/devs/thwang/docs-update
Browse files Browse the repository at this point in the history
Docs> Add -- in front of cmd for git log
  • Loading branch information
spacewander authored Nov 10, 2017
2 parents e7ca960 + 167f0c8 commit f1aeed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ $ git effort --above 5
If you wish to see only the commits in the last month you may use `--since` (it supports the same syntax like `git log --since`):

```
$ git effort --since='last month'
$ git effort -- --since='last month'
```

By default `git ls-files` is used, however you may pass one or more files to `git-effort(1)`, for example:
Expand Down

0 comments on commit f1aeed4

Please sign in to comment.