Changes between Version 9 and Version 10 of Bcfg2GitHowto


Ignore:
Timestamp:
12/23/11 23:38:06 (11 years ago)
Author:
rcuza
Comment:

Make Bcfg2 project page on the official GitHub? repository.

Legend:

Unmodified
Added
Removed
Modified
  • Bcfg2GitHowto

    v9 v10  
    1616 
    1717 * [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 requests 
    19  * [https://github.com/solj/bcfg2-repo git://github.com/solj/bcfg2-repo.git ] is a repository with samples 
     18 * [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 
    2020 
    2121== Configuration == 
     
    5252 
    5353{{{ 
    54 $ git clone https://github.com/solj/bcfg2.git 
     54$ git clone https://github.com/Bcfg2/bcfg2.git 
    5555}}} 
    5656 
     
    8787== Fork / Pull request == 
    8888 
    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: 
    9090 
    9191{{{ 
     
    9797{{{ 
    9898$ cd bcfg2 
    99 $ git remote add upstream git://github.com/solj/bcfg2.git 
     99$ git remote add upstream git://github.com/Bcfg2/bcfg2.git 
    100100}}} 
    101101