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:
@@ -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`)
|
||||
```
|
||||
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário