- 🏢 Winner of the IPCOM innovation challenge 2021
- ⚙️ I use daily:
.go
and a lot of cool things - 🌍 I'm mostly active within the Golang Community
- 🌱 Learning all about Open Source
- 💬 Ping me about design patterns, golang, testing, development
- ⚡️ Fun fact: I like fancy food, Diving under the sea, and Formula 1
Even in an ever-changing world, only the starlit sky will not change.
-
Rappi
- Seoul
Pinned Loading
-
git-delete-all-branches.md
git-delete-all-branches.md 1# Delete all git branches except "master"
23```
4git branch | grep -v "master" | xargs git branch -D
5```
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.