summaryrefslogtreecommitdiffstats
path: root/software/git
diff options
context:
space:
mode:
Diffstat (limited to 'software/git')
-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``.