Update README and TOC

... by `npm run-script generate`
This commit is contained in:
Ali Servet Donmez 2016-06-08 22:51:47 +02:00
parent ba5cd1c4f1
commit f9772a90df
1 changed files with 6 additions and 0 deletions

View File

@ -271,6 +271,12 @@ curl http://git.io/vfhol > ~/.git-completion.bash && echo '[ -f ~/.git-completio
## What changed since two weeks?
```sh
git log --no-merges --raw --since='2 weeks ago'
```
__Alternatives:__
```sh
git whatchanged --since='2 weeks ago'
```