From 5dd44a2a4923665dacf79ff4850ba8fcfdf19eb3 Mon Sep 17 00:00:00 2001 From: Geoffrey Thomas Date: Sun, 1 Feb 2009 10:33:22 -0500 Subject: [PATCH] Initial commit: README. --- README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..a2dcd3c --- /dev/null +++ b/README @@ -0,0 +1,17 @@ +This is a repository for useful small snippets that really belong in version +control in a central spot, instead of someone's Public. Please add stuff +here via git: + +add git +git clone /afs/sipb/project/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. + +There's a (currently very simple) web interface at +http://snippets.scripts.mit.edu/gitweb.pl?p=.git;a=tree -- 2.45.0