Update README and TOC

... by `npm run-script generate`
This commit is contained in:
Ali Servet Donmez 2016-06-08 22:47:21 +02:00
parent 998a5c8523
commit 9eae0f3cc4
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ git diff HEAD
## List all branches that are already merged into master
```sh
git checkout master && git branch --merged
git branch --merged master
```
## Quickly switch to the previous branch