AdrianArtiles / foxslide

a jekyll/octopress theme which incorporates bootstrap, html5boilerplate, SEO practices, and a strong hero.
http://adrianartiles.com
Other
137 stars 70 forks source link

updated readme to use submodule instead of clone #9

Closed shalicke closed 11 years ago

shalicke commented 11 years ago

Hi!

Amazing work so far, thanks for this! Saved me so much trouble and BS changing around the default Octopress theme to use bootstrap, etc.

So this pull request concerns the use of git -- instead of cloning into a subdir, Git has this concept of 'submodules' for exactly this use case. Git will let you manage component repos without having to re-commit all the code back to the parent repo, as if it were original code.This could cause issues if people had two different versions of your project cloned and wanted to merge branches, etc.

I've edited the readme to reflect this usage. Thanks again!

AdrianArtiles commented 11 years ago

Glad you've found it helpful Sam! This looks good, thanks so much for your help!