Skip to content

Instantly share code, notes, and snippets.

@larouxn
Last active May 31, 2025 02:40
Show Gist options
  • Save larouxn/b3e4b9387d0f47495aa970b831901149 to your computer and use it in GitHub Desktop.
Save larouxn/b3e4b9387d0f47495aa970b831901149 to your computer and use it in GitHub Desktop.
πŸ”₯ atokatadzuke ✨
# https://jisho.org/word/%E5%BE%8C%E7%89%87%E4%BB%98%E3%81%91
remall() { git branch | grep -v "main" | xargs git branch -D; }
alias atokatadzuke='git checkout main; remall; clear'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment