Skip to content

Instantly share code, notes, and snippets.

@sdwvit
Last active May 16, 2016 20:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sdwvit/493b61d6367cae8d0b12d52f19092652 to your computer and use it in GitHub Desktop.
Save sdwvit/493b61d6367cae8d0b12d52f19092652 to your computer and use it in GitHub Desktop.
Delete all branches on page github
$.map($('.branch-delete'), (val, i) => {return [val]}).forEach((el) => {el.click()})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment