Skip to content

Instantly share code, notes, and snippets.

@ilius
Created February 3, 2016 08:23
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 ilius/5a25695db4df143431aa to your computer and use it in GitHub Desktop.
Save ilius/5a25695db4df143431aa to your computer and use it in GitHub Desktop.
#!/bin/bash
git show-ref --abbrev --heads | sed 's/refs\/heads\///g' | sort | uniq -w 7 -D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment