gime(1) -- Fetch and configure git projects =========================================== ## SYNOPSIS `scaffolder` [REPOSITORY] ## DESCRIPTION **Gitme** performs a git clone for the given repository. Initialises the project directory according to the directives specified in the *~/.gitmerc* file. Then switches to the git branch containing the last commit. ## CONFIGURATION The *~/.gitmerc* file specifies the repositories that gitme should know and the configuration steps require after fetching the repository. An example gitmerc may look as follows: --- gitme: repository: git@github.com:michaelbarton/gitme.git * repository: The URL passed to the `git clone` command. ## BUGS **Gitme** is written in Ruby. See the Gemfile in the gitme gem install directory for dependencies and version details. ## COPYRIGHT **Gitme** is Copyright (C) 2010 Michael Barton