summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bnewbold@eta.mit.edu>2009-01-16 19:30:36 -0500
committerbnewbold <bnewbold@eta.mit.edu>2009-01-16 19:30:36 -0500
commit0762c86c9f1f3d68411cbbc0012e3fe075560887 (patch)
treea1770036af5069ac6a9a652c0042f80252c9a822
parentce9e1069c11223190ac264c586ebe8aff21c3735 (diff)
downloadknowledge-0762c86c9f1f3d68411cbbc0012e3fe075560887.tar.gz
knowledge-0762c86c9f1f3d68411cbbc0012e3fe075560887.zip
quick git tip
-rw-r--r--software/git7
1 files changed, 7 insertions, 0 deletions
diff --git a/software/git b/software/git
new file mode 100644
index 0000000..cd0da69
--- /dev/null
+++ b/software/git
@@ -0,0 +1,7 @@
+=======================
+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``.