bolha.us is one of the many independent Mastodon servers you can use to participate in the fediverse.
We're a Brazilian IT Community. We love IT/DevOps/Cloud, but we also love to talk about life, the universe, and more. | Nós somos uma comunidade de TI Brasileira, gostamos de Dev/DevOps/Cloud e mais!

Server stats:

250
active users

Philip Sampaio

Para fazer uma faxina nos branches antigos do git usando o Fish (fish shell):

```
for branch in (git branch --list --no-contains main)
set trimmed (string trim "$branch")
git branch -D "$trimmed"
end
```

Esse comando vai remover todos os branches, exceto a `main`