datamapper.org
02 Aug '12, 12pm
"Formatting Git Commit Messages"
DataMapper Community Documentation Development Contribute Wiki Get Started Using Git The DataMapper project uses the Git SCM. Committers need to use git to commit their code directly to the main repository. This page contains information on getting Git installed, getting source code with Git, and steps for working with Git. Also, see these references: Git - SVN Crash Course Everyday Git With 20 Commands Or So Getting Git for Your System You can use an earlier version, but 1.5.x is definitely recommended. MacPorts has git-core Debian has git-core ; (If you're using Etch, you can get a recent Git version from Backports http://backports.org/dokuwiki/do… ) Get the source at http://git-scm.com/ . Setup Configure Git with your proper name and email. This will display when you submit changes to the DataMapper repository. git config --global user.name "My Name" git config --global...
Full article:
http://datamapper.org/using-git.html