Changes between Version 6 and Version 7 of Bcfg2GitHowto
- Timestamp:
- 12/11/10 15:32:57 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Bcfg2GitHowto
v6 v7 96 96 $ cd bcfg2 97 97 $ git remote add upstream git://github.com/solj/bcfg2.git 98 $ git fetch upstream99 98 }}} 100 99 … … 111 110 Don'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. 112 111 112 From 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 113 119 == Commit == 114 120 Please 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.