Index of /snippets/Scripts/git
Name Last modified Size Description
Parent Directory 17-Apr-2013 20:29 -
Scripts/ 09-Aug-2010 01:45 -
TracZephyrPlugin/ 20-May-2013 04:36 -
apt-zephyr/ 11-Mar-2013 21:30 -
barn-growl/ 03-Feb-2013 02:47 -
barnowl/ 03-Feb-2013 02:47 -
bash/ 03-Feb-2013 02:47 -
certs/ 03-Feb-2013 02:47 -
crondiff/ 03-Feb-2013 02:47 -
django/ 06-Jun-2011 02:59 -
git-hooks/ 03-Feb-2013 02:47 -
git-rcsimport 03-Feb-2013 02:47 1k
iptables-nat.sh 03-Feb-2013 02:47 1k
kerberos/ 03-Feb-2013 02:47 -
programming/ 03-Feb-2013 02:47 -
rt/ 05-Dec-2012 04:38 -
svn-hooks/ 03-Feb-2013 02:47 -
web_scripts/ 09-Apr-2012 20:54 -
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 /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 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.