]> snippets.scripts.mit.edu Git - Scripts/git/.git/blame - README
kdo: Upstream krb5 now supports kswitch
[Scripts/git/.git] / README
CommitLineData
5dd44a2a
GT
1This is a repository for useful small snippets that really belong in version
2control in a central spot, instead of someone's Public. Please add stuff
3here via git:
4
5add git
a4d409c7 6git clone /mit/snippets
5dd44a2a
GT
7cd snippets
8[create or copy a file, let's call it "item"]
9git commit item
10git push
11
5750512b
GT
12If you're not on gsipb and want to commit, ask geofft (or someone on
13sipb-acl) to add you to snippets-committers. You can't write to
14/mit/snippets directly, but if you push (to the master branch) from your
15own checkout, it will automatically update this checkout.
5dd44a2a
GT
16
17There's a (currently very simple) web interface at
bd9b45f2 18http://snippets.scripts.mit.edu/
5750512b
GT
19
20snippets has support for submodules, if things outgrow this repository.
21You can use 'git submodule update --init' to populate them if you want,
22or look at .gitmodules to find where they live now.