Skip to content

Commit

Permalink
Merge pull request tj#403 from andreicristianpetcu/master
Browse files Browse the repository at this point in the history
effort: documentation for git effort --since tj#326
  • Loading branch information
hemanth committed Jul 27, 2015
2 parents 4e0b631 + d72f81b commit 66611f3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,14 +200,18 @@ node (master): git effort --above 15 {src,lib}/*
$ 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'
```

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

```
$ git effort bin/* lib/*
```

## git repl

GIT read-eval-print-loop:

```bash
Expand Down

0 comments on commit 66611f3

Please sign in to comment.