@@ -76,7 +76,6 @@ To clone the [the GitHub repository](https://github.com/gitpython-developers/Git |
|
|
76 |
76 |
```bash |
77 |
77 |
git clone https://github.com/gitpython-developers/GitPython |
78 |
78 |
cd GitPython |
79 |
|
-git fetch --tags |
80 |
79 |
./init-tests-after-clone.sh |
81 |
80 |
``` |
82 |
81 |
|
@@ -114,9 +113,9 @@ See [Issue #525](https://github.com/gitpython-developers/GitPython/issues/525). |
|
|
114 |
113 |
|
115 |
114 |
### RUNNING TESTS |
116 |
115 |
|
117 |
|
-_Important_: Right after cloning this repository, please be sure to have |
118 |
|
-executed `git fetch --tags` followed by the `./init-tests-after-clone.sh` |
119 |
|
-script in the repository root. Otherwise you will encounter test failures. |
|
116 |
+_Important_: Right after cloning this repository, please be sure to have executed |
|
117 |
+the `./init-tests-after-clone.sh` script in the repository root. Otherwise |
|
118 |
+you will encounter test failures. |
120 |
119 |
|
121 |
120 |
On _Windows_, make sure you have `git-daemon` in your PATH. For MINGW-git, the `git-daemon.exe` |
122 |
121 |
exists in `Git\mingw64\libexec\git-core\`. |