blob: 362970bb42256e05ab6f8f96e1cace3a32c2f977 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
---
format: rst
toc: no
...
=======================
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``.
|