|
Source
Repositories and released archives
The source code is available either as source code archives or using one of the repositories listed below. Generally, the released archives are more stable, but may lack important features and fixes. If you want to keep in sync with the latest source code, tracking one of the repository below is recommended. It also allows you to easily keep track of local changes and make contributions to the project. Master repository: The master repository serves as the main integration point for new changes. It is hosted at http://github.com/myabc/nbgit/tree/master. Use this command to anonymously clone and check out the latest project source code for the master repository:git clone git://github.com/myabc/nbgit.git Jonas' experimental repository: This repository may from time to time contain experimental code divided into topic branches. It is hosted at http://github.com/jonas/nbgit/tree Use this command to anonymously clone and check out the latest project source code for the master repository:git clone git://github.com/jonas/nbgit.git |