Skip to content

Instantly share code, notes, and snippets.

@hrialan
Created March 30, 2023 09:13
Show Gist options
  • Save hrialan/dc5f88ee778de9bdad5acc9b7b8fa5fc to your computer and use it in GitHub Desktop.
Save hrialan/dc5f88ee778de9bdad5acc9b7b8fa5fc to your computer and use it in GitHub Desktop.
[Delete all branch except main] #git
git branch | grep -v "main" | xargs git branch -D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment