Skip to content

Instantly share code, notes, and snippets.

@vhood
Created July 2, 2024 07:06
Show Gist options
  • Save vhood/b2aa3ca7d420b1269c453bdbbba2eb0a to your computer and use it in GitHub Desktop.
Save vhood/b2aa3ca7d420b1269c453bdbbba2eb0a to your computer and use it in GitHub Desktop.
Tips
.DEFAULT_GOAL := help
help:
@make --help
# git
remove-branches:
git fetch -p; LANG=en_US git branch -v | grep "\[gone\]" | cut -d ' ' -f3 | xargs git branch -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment