X-Git-Url: https://snippets.scripts.mit.edu/gitweb.cgi/Scripts/git/.git/blobdiff_plain/a4d409c7f2c789081a6d4c4d6e0a73febb9069ee..refs/heads/master:/README diff --git a/README b/README index 0de1460..64c8f29 100644 --- a/README +++ b/README @@ -9,9 +9,14 @@ cd snippets git commit item git push -If you're not on gsipb and want to commit, ask e.g. geofft for access. You -can't write to the top level checkout here, but if you push (to the master -branch) from your own checkout, it will automatically update this checkout. +If you're not on gsipb and want to commit, ask geofft (or someone on +sipb-acl) to add you to snippets-committers. You can't write to +/mit/snippets directly, but if you push (to the master branch) from your +own checkout, it will automatically update this checkout. There's a (currently very simple) web interface at http://snippets.scripts.mit.edu/ + +snippets has support for submodules, if things outgrow this repository. +You can use 'git submodule update --init' to populate them if you want, +or look at .gitmodules to find where they live now.