From: W. Trevor King Date: Tue, 11 Mar 2014 17:38:35 +0000 (-0700) Subject: sql: Add a submodule with Greg Wilson's SQL via IPython notebooks X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d062a622e937bc3127c39fdb3ddcbc63febd5d3f;p=swc-workshop.git sql: Add a submodule with Greg Wilson's SQL via IPython notebooks We're linking to the novice SQL lessons cherry-picked from swcarpentry/bc's master branch [1]. The usual layout is $subject/$tool, so maybe this should be sql/sqlite? I find it hard to imagine folks teaching SQL to novices without using SQLite though, so I've skilled the per-tool repository. It will be easy to add the $tool directory if we *do* get someone teaching SQL with another tool. [1]: https://github.com/swcarpentry/bc --- diff --git a/.gitmodules b/.gitmodules index 3ba5605..09a28bf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "modular"] path = modular url = git://tremily.us/swc-modular.git +[submodule "sql"] + path = sql + url = git://tremily.us/swc-sql.git diff --git a/sql b/sql new file mode 160000 index 0000000..660c10b --- /dev/null +++ b/sql @@ -0,0 +1 @@ +Subproject commit 660c10b4c0526dfb19309e414841863859fb959c