git branch -r | grep -v "main" | cut -d/ -f2- | while read line; do git push origin :heads/$line; done;
Created
September 13, 2022 07:12
-
-
Save RomarQ/10ff48b04a9a731c684e58485f712b67 to your computer and use it in GitHub Desktop.
Git Cheat Sheet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment