Changes between Version 6 and Version 7 of Bcfg2GitHowto


Ignore:
Timestamp:
12/11/10 15:32:57 (12 years ago)
Author:
fabaff
Comment:

merge upstream added

Legend:

Unmodified
Added
Removed
Modified
  • Bcfg2GitHowto

    v6 v7  
    9696$ cd bcfg2 
    9797$ git remote add upstream git://github.com/solj/bcfg2.git 
    98 $ git fetch upstream 
    9998}}} 
    10099 
     
    111110Don't forget to pull-in changes from the upstream repository from time to time as described in the [http://help.github.com/forking/ Forking a project] document. 
    112111 
     112From time to time you should pull the latest stuff from the upstream repository.   
     113 
     114{{{ 
     115$ git fetch upstream 
     116$ git merge upstream/master 
     117}}} 
     118 
    113119== Commit == 
    114120Please visit the [wiki:GitAccess Git access] page or mail the [wiki:MailingList Bcfg mailing list] for details about the application for direct git repository access.