Created
June 27, 2017 04:17
-
-
Save usrbowe/fae1c6e1253529e1d9c02bdd4c9a08b0 to your computer and use it in GitHub Desktop.
Delete all origin branches on GitHub
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Open console and run this script | |
[...document.querySelectorAll('.branch-delete')].forEach(button => button.click()); | |
// URL to try | |
// https://github.com/--url-to-repository/branches/stale |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment