mirror of
https://github.com/arzzen/git-quick-stats.git
synced 2026-09-12 16:46:18 -04:00
update readme
This commit is contained in:
parent
061c4657b1
commit
97d31843fd
17
README.md
17
README.md
|
|
@ -1,9 +1,13 @@
|
|||
|
||||
## GIT quick statistics
|
||||
|
||||
> Git-quick-stats is a simple and efficient way to access various statistics in git repository.
|
||||
> `git quick-stats` is a simple and efficient way to access various statistics in git repository.
|
||||
|
||||

|
||||
Usage `git quick-stats`
|
||||

|
||||
|
||||
Example "Suggest code reviewers based on git history":
|
||||

|
||||
|
||||
Want to contribute? Great! First, [read this page][].
|
||||
|
||||
|
|
@ -11,18 +15,15 @@ Want to contribute? Great! First, [read this page][].
|
|||
## Usage
|
||||
|
||||
```
|
||||
git-quick-stats
|
||||
git quick-stats
|
||||
```
|
||||
|
||||
## Installation
|
||||
|
||||
```
|
||||
# depencences:
|
||||
$ apt-get install dialog
|
||||
|
||||
# clone & install
|
||||
$ git clone https://github.com/arzzen/git-quick-stats.git && cd git-quick-stats
|
||||
$ sudo make install
|
||||
git clone https://github.com/arzzen/git-quick-stats.git && cd git-quick-stats
|
||||
sudo make install
|
||||
```
|
||||
|
||||
For uninstalling, open up the cloned directory and run
|
||||
|
|
|
|||
Loading…
Reference in a new issue