grep -ir "gitorious" *
Results: 1
gitorious.py - A command line interface to Gitorious
We started using Gitorious at work for our git repositories. Since I couldn't find a way to create projects and repositories on the command line, I decided to write one using mechanize. The script allows for project creation and deletion as well as repository creation and deletion. I may add more fe...
more ...