Tired of remembering which branch you’re on in 50 terminal tabs?
Here’s the laziest + most effective trick I’ve used in 10+ years of DevOps:
Put this in your ~/.bashrc or ~/.zshrc:
```bash
parse_git_branch() {
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/
Crafting cutting-edge software solutions & DevOps tailored to your needs. From concept to deployment, we build the future, today!

