Skip to content

Commit

Permalink
Add documentation for diff-stat
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranahmedse committed Oct 5, 2018
1 parent ef44e10 commit e886f19
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ git standup [-a <author name>]
[-f]
[-s]
[-r]
[-c]
```

Here is the detail for each of the options
Expand All @@ -68,6 +69,7 @@ Here is the detail for each of the options
| g | Show if commit is GPG signed (G) or not (N) |
| f | Fetch the latest commits beforehand |
| s | Silences the no activity message (useful when running in a directory having many repositories) |
| c | Show diff-stat for every matched commit
| r | Generates the standup report file `git-standup-report.txt` in the current directory |

For the basic usage, all you have to do is run `git standup` in a repository or a folder containing multiple repositories
Expand Down Expand Up @@ -166,6 +168,13 @@ git standup -B "2018-10-01 00:00"
git standup -A "2018-09-20 00:00:00" -B "2018-09-30 23:59"
```

## Show Diff-stat

Add `-c` flag to show the diff-stat for each of the commits in standup results
```shell
git standup -c
```

## [Identifying Signed Commits](https://git-scm.com/book/en/v2/Git-Tools-Signing-Your-Work)

Add `-g` flag to check the GPG info
Expand Down

0 comments on commit e886f19

Please sign in to comment.