Skip to content
Snippets Groups Projects
Commit 8c8d151b authored by bootstraponline's avatar bootstraponline
Browse files

Update README.md

parent 44a3cf19
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -594,3 +594,18 @@ your changes merged back into core is as follows:
 
bundle install
bundle exec rake test
## WORK WITH TEST REPOS
An example of how to add a test file to the bare repository lotr.git.
```bash
$ mkdir tmp; cd tmp
$ git clone ../lotr.git/ .
Cloning into '.'...
done.
$ git log
$ echo "test" > test.md
$ git add . ; git commit -am "Add test"
$ git push ../lotr.git/ master
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment