diff options
Diffstat (limited to 'software/git')
-rw-r--r-- | software/git | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/software/git b/software/git deleted file mode 100644 index cd0da69..0000000 --- a/software/git +++ /dev/null @@ -1,7 +0,0 @@ -======================= -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``. |