gitme

Synopsis

The motivation for gitme is make it easy to only keep your git projects on your computer as long as you need them. Pull your git project, add your changes, push them back, then delete the project once you’re done.

Problems with this approach is that git repositories have long, difficult to remember urls. Git projects may also be additional git remotes and unversioned files configuring test tools.

Gitme is command line tool to simplify fetching and configuring git projects. You should never need to keep a git-backed project on your computer longer than you’re using it because gitme makes it super-simple to just fetch it again.

Copyright © 2011 Michael Barton. See LICENSE.txt for further details.