History of git
Version 6
git
All things git as it relates to bitweaver
bitweaver is attempting to complete our CVS Migration to the git version control system. We have broken our CVS virtual modules in 150+ individual git repositories.
Here are the steps to git up to speed and begin developing bitweaver on git:
Contact an admin via IRC about getting a public key added.
Gitting Started
Here are the steps to git up to speed and begin developing bitweaver on git:
1. Get some Git.
There are downloads for all major platforms however, be aware the anything other than the command line on linux is temperamental.2. Register on http://github.com
Let us know on IRC so we can add you as a collaborator. (BW Admins, there is a script to make this process simpler //WILL - PLEASE PUT SCRIPT SOMEPLACE ON MODELA//3. Clone and Go
git clone git@github.com/bitweaver/bitweaver.git
Repository Locations
Github
http://github.com/bitweaver/bitweaver.org
git://git.bitweaver.org/Contact an admin via IRC about getting a public key added.