From 0762c86c9f1f3d68411cbbc0012e3fe075560887 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Fri, 16 Jan 2009 19:30:36 -0500 Subject: quick git tip --- software/git | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 software/git 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``. -- cgit v1.2.3