1
0
mirror of https://github.com/namibia/tips.git synced 2024-06-12 15:12:20 +00:00

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

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