]> snippets.scripts.mit.edu Git - Scripts/git/.git/commitdiff
Initial commit: README.
authorGeoffrey Thomas <geofft@mit.edu>
Sun, 1 Feb 2009 15:33:22 +0000 (10:33 -0500)
committerGeoffrey Thomas <geofft@mit.edu>
Sun, 1 Feb 2009 15:33:22 +0000 (10:33 -0500)
README [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
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