Skip to content

Instantly share code, notes, and snippets.

@usrbowe
Created June 27, 2017 04:17
Show Gist options
  • Save usrbowe/fae1c6e1253529e1d9c02bdd4c9a08b0 to your computer and use it in GitHub Desktop.
Save usrbowe/fae1c6e1253529e1d9c02bdd4c9a08b0 to your computer and use it in GitHub Desktop.
Delete all origin branches on GitHub
// 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