Skip to content

Commit 2c9c0c1

Browse files
committed
Added warning about index add
1 parent 6d78ff1 commit 2c9c0c1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

doc/source/quickstart.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ Now lets add the updated file to git
138138

139139
Notice the add method requires a list as a parameter
140140

141+
Warning: If you experience any trouble with this, try to invoke :class:`git <git.cmd.Git>` instead via repo.git.add(path)
142+
141143
* $ git commit -m message
142144

143145
.. literalinclude:: ../../test/test_quick_doc.py

0 commit comments

Comments
 (0)