Skip to content

Commit fafb4f6

Browse files
committed
updated docs to better describe testing procedure with new repo
1 parent 9da24d4 commit fafb4f6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,5 @@ Contributors are:
5151
-Luke Twist <itsluketwist@gmail.com>
5252
-Joseph Hale <me _at_ jhale.dev>
5353
-Santos Gallegos <stsewd _at_ proton.me>
54+
-Wenhan Zhu <wzhu.cosmos _at_ gmail.com>
5455
Portions derived from other open source works and are clearly marked.

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ See [Issue #525](https://github.com/gitpython-developers/GitPython/issues/525).
9393

9494
### RUNNING TESTS
9595

96-
_Important_: Right after cloning this repository, please be sure to have executed
97-
the `./init-tests-after-clone.sh` script in the repository root. Otherwise
98-
you will encounter test failures.
96+
_Important_: Right after cloning this repository, please be sure to have
97+
executed `git fetch --tags` followed by the `./init-tests-after-clone.sh`
98+
script in the repository root. Otherwise you will encounter test failures.
9999

100100
On _Windows_, make sure you have `git-daemon` in your PATH. For MINGW-git, the `git-daemon.exe`
101101
exists in `Git\mingw64\libexec\git-core\`; CYGWIN has no daemon, but should get along fine

0 commit comments

Comments
 (0)