Skip to content

Instantly share code, notes, and snippets.

@paperdigits
Created July 29, 2014 05:40
Show Gist options
  • Save paperdigits/57da75bdf875ba79e140 to your computer and use it in GitHub Desktop.
Save paperdigits/57da75bdf875ba79e140 to your computer and use it in GitHub Desktop.
get a list of all the repos you have access to in gitolite
ssh gitolite@host info | tail -n +3 | awk '{print $3;}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment