Changes between Version 9 and Version 10 of Bcfg2GitHowto
- Timestamp:
- 12/23/11 23:38:06 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Bcfg2GitHowto
v9 v10 16 16 17 17 * [http://git.mcs.anl.gov/bcfg2.git/ git.mcs.anl.gov:bcfg2.git] is the main upstream repository 18 * [https://github.com/ solj/bcfg2 git://github.com/solj/bcfg2.git] is a [https://github.com/ github] mirror that people can use to send pull requests19 * [https://github.com/ solj/bcfg2-repo git://github.com/solj/bcfg2-repo.git ] is a repository with samples18 * [https://github.com/Bcfg2/bcfg2 git://github.com/Bcfg2/bcfg2.git] is a [https://github.com/ github] mirror that people can use to send pull requests 19 * [https://github.com/Bcfg2/bcfg2-repo git://github.com/Bcfg2/bcfg2-repo.git ] is a repository with samples 20 20 21 21 == Configuration == … … 52 52 53 53 {{{ 54 $ git clone https://github.com/ solj/bcfg2.git54 $ git clone https://github.com/Bcfg2/bcfg2.git 55 55 }}} 56 56 … … 87 87 == Fork / Pull request == 88 88 89 [https://github.com/ github] provides tools for collaboration including a way to easy fork existing repositories. Go to the [https://github.com/ solj/bcfg2 Bcfg2 github mirror] and fork this repository. For more detail please refer to [http://help.github.com/forking/ Forking a project]. Clone the fork:89 [https://github.com/ github] provides tools for collaboration including a way to easy fork existing repositories. Go to the [https://github.com/Bcfg2/bcfg2 Bcfg2 github mirror] and fork this repository. For more detail please refer to [http://help.github.com/forking/ Forking a project]. Clone the fork: 90 90 91 91 {{{ … … 97 97 {{{ 98 98 $ cd bcfg2 99 $ git remote add upstream git://github.com/ solj/bcfg2.git99 $ git remote add upstream git://github.com/Bcfg2/bcfg2.git 100 100 }}} 101 101