Skip to content

Commit

Permalink
Update readme for all functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranahmedse committed Apr 26, 2016
1 parent 644f373 commit 67b05f7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@ $ git standup -a "John Doe"
```
![git standup](http://i.imgur.com/sYICxW8.gif)

## Check what every contributor did

If you want to find out someone else's commits do

```bash
$ git standup -a "all"
```

## Commits from `n` days ago

If you would like to show all your/someone else's commits from n days ago, you can do
Expand Down

0 comments on commit 67b05f7

Please sign in to comment.