summaryrefslogtreecommitdiff
path: root/doc/source/tutorial.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/tutorial.rst')
-rw-r--r--doc/source/tutorial.rst9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/source/tutorial.rst b/doc/source/tutorial.rst
index 4df0013c..7f57ec94 100644
--- a/doc/source/tutorial.rst
+++ b/doc/source/tutorial.rst
@@ -329,7 +329,14 @@ You can easily access configuration information for a remote by accessing option
.. literalinclude:: ../../git/test/test_docs.py
:language: python
:start-after: # [26-test_references_and_objects]
- :end-before: # ![26-test_references_and_objects]
+ :end-before: # ![26-test_references_and_objects]
+
+You can also specify an SSH key to use for any operations on the remotes
+
+.. literalinclude:: ../../git/test/test_docs.py
+ :language: python
+ :start-after: # [32-test_references_and_objects]
+ :end-before: # ![32-test_references_and_objects]
Submodule Handling
******************