Skip to content

Instantly share code, notes, and snippets.

@manpages
Created August 16, 2012 08:50
Show Gist options
  • Select an option

  • Save manpages/3368496 to your computer and use it in GitHub Desktop.

Select an option

Save manpages/3368496 to your computer and use it in GitHub Desktop.
Search for a git branch
for x in ./* ; do cd $x; git branch -r | sed "s,^,($x) → ,g"; cd ..; done
@2garryn
Copy link

2garryn commented Aug 16, 2012

куда тыкать имя бранча?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment