Skip to content

Commit

Permalink
Add Abizer's additions to the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielctull committed Dec 6, 2010
1 parent 15fcc35 commit e175469
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Readme.textile
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,18 @@ The master branch contains the class extension files as well as an Xcode project

h3. The production Branch

The production branch should be used if you want to use as a git submodule in other projects and will only contain the class files themselves without the Xcode project or example classes. This is preferable as it will keep your directories clean of any code which is unnecessary to your working project, of course you can switch branches in the submodule to access the given samples.
The production branch should be used if you want to add these extensions as a git submodule in other projects and will only contain the class files themselves without the Xcode project or example classes. This is preferable as it will keep your directories clean of any code which is unnecessary to your working project, of course you can switch branches in the submodule to access the given samples.

Changes made to the master branch will be merged across to production, so it will always remain current with respect to master.

To add the production branch rather than master, simply use the -b flag as shown below.

bc. git submodule add -b production git://github.com/danielctull/DCTCoreData.git

To keep up to date with the latest changes `cd` into the directory that contains this submodule and pull the newest changes as usual

bc. git pull origin

h3. Artefacts

Sometimes, there may be artefacts left over when switching from master to production. These are files that are ignored by git and are easily cleaned up by running
Expand Down

0 comments on commit e175469

Please sign in to comment.