summaryrefslogtreecommitdiffstats
path: root/software/git.page
blob: cd0da69957faf6677941975875e3b17f659cb825 (plain)
1
2
3
4
5
6
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``.