Update linux.md

Update `git fetch` command to include the prune flag which will remove remote branches that no longer exist.
Esse commit está contido em:
Michael Stramel
2014-11-17 10:25:04 -06:00
commit 60c042bd81
+1 -1
Ver Arquivo
@@ -43,7 +43,7 @@ If you have problems with permissions don't forget to prefix with `sudo`
2. Checkout the latest Atom release:
```sh
git fetch
git fetch -p
git checkout $(git describe --tags `git rev-list --tags --max-count=1`)
```