mirror of
https://github.com/tomgi/git_stats.git
synced 2024-11-16 16:48:34 +01:00
john example
This commit is contained in:
parent
403c6fee52
commit
da2d21817b
1 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@ It browses the repository and outputs html page with statistics.
|
||||||
## Examples
|
## Examples
|
||||||
* [devise](http://tomgi.github.com/git_stats/examples/devise/index.html)
|
* [devise](http://tomgi.github.com/git_stats/examples/devise/index.html)
|
||||||
* [devise_invitable](http://tomgi.github.com/git_stats/examples/devise_invitable/index.html)
|
* [devise_invitable](http://tomgi.github.com/git_stats/examples/devise_invitable/index.html)
|
||||||
|
* [john](http://tomgi.github.com/git_stats/examples/john/index.html)
|
||||||
* [jquery](http://tomgi.github.com/git_stats/examples/jquery/index.html)
|
* [jquery](http://tomgi.github.com/git_stats/examples/jquery/index.html)
|
||||||
* [merit](http://tomgi.github.com/git_stats/examples/merit/index.html)
|
* [merit](http://tomgi.github.com/git_stats/examples/merit/index.html)
|
||||||
* [paperclip](http://tomgi.github.com/git_stats/examples/paperclip/index.html)
|
* [paperclip](http://tomgi.github.com/git_stats/examples/paperclip/index.html)
|
||||||
|
@ -40,4 +41,4 @@ It browses the repository and outputs html page with statistics.
|
||||||
3. Commit your changes (`git commit -am 'Added some feature'`)
|
3. Commit your changes (`git commit -am 'Added some feature'`)
|
||||||
4. Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
|
4. Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
|
||||||
5. Push to the branch (`git push origin my-new-feature`)
|
5. Push to the branch (`git push origin my-new-feature`)
|
||||||
6. Create new Pull Request
|
6. Create new Pull Request
|
||||||
|
|
Loading…
Reference in a new issue