Created
July 29, 2014 05:40
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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