Update reference to test git bare repositories (#1662)

The CONTRIBUTING document referenced a file that has since been moved.
This commit is contained in:
benjamin wil
2021-02-13 08:50:27 -08:00
committed by GitHub
parent 1980e39876
commit 0c89aa2b3e
+1 -1
View File
@@ -70,7 +70,7 @@ An example of how to add a test file to the bare repository lotr.git.
```
mkdir tmp
cd tmp
git clone ../lotr.git/
git clone ../test/examples/lotr.git/
git log
echo "test" > test.md
git add .