Update reference to test git bare repositories (#1662)
The CONTRIBUTING document referenced a file that has since been moved.
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ An example of how to add a test file to the bare repository lotr.git.
|
|||||||
```
|
```
|
||||||
mkdir tmp
|
mkdir tmp
|
||||||
cd tmp
|
cd tmp
|
||||||
git clone ../lotr.git/
|
git clone ../test/examples/lotr.git/
|
||||||
git log
|
git log
|
||||||
echo "test" > test.md
|
echo "test" > test.md
|
||||||
git add .
|
git add .
|
||||||
|
|||||||
Reference in New Issue
Block a user