X-Git-Url: https://sipb.mit.edu/gitweb.cgi/snippets/.git/blobdiff_plain/bd9b45f2c46f7e973558a30ef881ddb11f4ab2dd..5750512bf89936829d9fdb86cdd471dc2a833d71:/README?ds=sidebyside diff --git a/README b/README index dfdf234..64c8f29 100644 --- a/README +++ b/README @@ -3,15 +3,20 @@ control in a central spot, instead of someone's Public. Please add stuff here via git: add git -git clone /afs/sipb/project/snippets +git clone /mit/snippets cd snippets [create or copy a file, let's call it "item"] 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.