summaryrefslogtreecommitdiffstats
path: root/software/git
diff options
context:
space:
mode:
authorUser <bnewbold@daemon.robocracy.org>2009-10-13 02:52:09 +0000
committerUser <bnewbold@daemon.robocracy.org>2009-10-13 02:52:09 +0000
commitf61026119df4700f69eb73e95620bc5928ca0fcb (patch)
treef17127cff9fec40f4207d9fa449b9692644ce6db /software/git
parent9d431740a3e6a7caa09a57504856b5d1a4710a14 (diff)
downloadknowledge-f61026119df4700f69eb73e95620bc5928ca0fcb.tar.gz
knowledge-f61026119df4700f69eb73e95620bc5928ca0fcb.zip
Grand rename for gitit transfer
Diffstat (limited to 'software/git')
-rw-r--r--software/git7
1 files changed, 0 insertions, 7 deletions
diff --git a/software/git b/software/git
deleted file mode 100644
index cd0da69..0000000
--- a/software/git
+++ /dev/null
@@ -1,7 +0,0 @@
-=======================
-Git
-=======================
-
-Quick tip: when you have ``.gitignore`` ignoring everything (with a ``*``
-entry), you need to use ``git-update-index --add FILE`` to actually add the
-file, instead of just ``git-add FILE``.