|
8 | 8 | GitPython Tutorial
|
9 | 9 | ==================
|
10 | 10 |
|
11 |
| -GitPython provides object model access to your git repository. This tutorial is composed of multiple sections, most of whichexplains a real-lifeusecase. |
| 11 | +GitPython provides object model access to your git repository. This tutorial is composed of multiple sections, most of whichexplain a real-lifeuse case. |
12 | 12 |
|
13 |
| -All code presented here originated from `test_docs.py<https://github.com/gitpython-developers/GitPython/blob/main/test/test_docs.py>`_ to assure correctness. Knowing this should also allow you to more easily run the code for your own testing purposes, all you need is a developer installation of git-python. |
| 13 | +All code presented here originated from `test_docs.py<https://github.com/gitpython-developers/GitPython/blob/main/test/test_docs.py>`_ to assure correctness. Knowing this should also allow you to more easily run the code for your own testing purposes. All you need is a developer installation of git-python. |
14 | 14 |
|
15 | 15 | Meet the Repo type
|
16 | 16 | ******************
|
|