diff options
author | bnewbold <bnewbold@eta.mit.edu> | 2009-01-16 19:30:36 -0500 |
---|---|---|
committer | bnewbold <bnewbold@eta.mit.edu> | 2009-01-16 19:30:36 -0500 |
commit | 0762c86c9f1f3d68411cbbc0012e3fe075560887 (patch) | |
tree | a1770036af5069ac6a9a652c0042f80252c9a822 /software | |
parent | ce9e1069c11223190ac264c586ebe8aff21c3735 (diff) | |
download | knowledge-0762c86c9f1f3d68411cbbc0012e3fe075560887.tar.gz knowledge-0762c86c9f1f3d68411cbbc0012e3fe075560887.zip |
quick git tip
Diffstat (limited to 'software')
-rw-r--r-- | software/git | 7 |
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``. |