We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d78ff1 commit 2c9c0c1Copy full SHA for 2c9c0c1
doc/source/quickstart.rst
@@ -138,6 +138,8 @@ Now lets add the updated file to git
138
139
Notice the add method requires a list as a parameter
140
141
+Warning: If you experience any trouble with this, try to invoke :class:`git <git.cmd.Git>` instead via repo.git.add(path)
142
+
143
* $ git commit -m message
144
145
.. literalinclude:: ../../test/test_quick_doc.py
0 commit comments