Update README and TOC

... by `npm run-script generate`
This commit is contained in:
Ali Servet Donmez 2016-06-08 22:49:04 +02:00
parent aec9d8b1a3
commit 65dd8ac36f
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ git checkout -
## Remove branches that have already been merged with master
```sh
git branch --merged | grep -v '\*' | xargs -n 1 git branch -d
git branch --merged master | grep -v '^\*' | xargs --no-run-if-empty -n 1 git branch -d
```
## List all branches and their upstreams, as well as last commit on branch