githubteacher / cloaked-octo-shame

Practice repository for collecting common Git and GItHub tips
4 stars 2 forks source link

git submodules - good? bad? just another tool in the toolbox? #64

Open howarddierking opened 9 years ago

githubstudent commented 9 years ago

@howarddierking The general consensus here: avoid where possible and use a package/dependency manager, e.g. Bundler for Ruby projects.