mirror of
https://github.com/git-quick-stats/git-quick-stats.git
synced 2025-12-16 12:00:12 +01:00
Compare commits
3 Commits
134-featur
...
task/citat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
748576b541 | ||
|
|
08c0ca1d85 | ||
|
|
e8843da10e |
25
CITATION.cff
Normal file
25
CITATION.cff
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
cff-version: 1.2.0
|
||||||
|
title: Git Quick Stats
|
||||||
|
message: >-
|
||||||
|
If you use this software, please cite it using the
|
||||||
|
metadata from this file.
|
||||||
|
type: software
|
||||||
|
authors:
|
||||||
|
- name-particle: tomice
|
||||||
|
- name-particle: arzzen
|
||||||
|
identifiers:
|
||||||
|
- type: url
|
||||||
|
value: "https://github.com/git-quick-stats"
|
||||||
|
description: >-
|
||||||
|
Simple and efficient way to access various statistics
|
||||||
|
in a git repository
|
||||||
|
repository-code: "https://github.com/git-quick-stats/git-quick-stats"
|
||||||
|
url: "https://git-quick-stats.sh/"
|
||||||
|
abstract: >-
|
||||||
|
Git-quick-stats is a simple and efficient way to access
|
||||||
|
various statistics in a git repository.
|
||||||
|
keywords:
|
||||||
|
- git
|
||||||
|
- stats
|
||||||
|
license: MIT
|
||||||
|
version: 2.6.2
|
||||||
10
README.md
10
README.md
@@ -6,7 +6,8 @@
|
|||||||
>
|
>
|
||||||
> Any git repository may contain tons of information about commits, contributors, and files. Extracting this information is not always trivial, mostly because there are a gadzillion options to a gadzillion git commands - I don't think there is a single person alive who knows them all. Probably not even [Linus Torvalds](https://github.com/torvalds) himself :).
|
> Any git repository may contain tons of information about commits, contributors, and files. Extracting this information is not always trivial, mostly because there are a gadzillion options to a gadzillion git commands - I don't think there is a single person alive who knows them all. Probably not even [Linus Torvalds](https://github.com/torvalds) himself :).
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
@@ -54,9 +55,12 @@
|
|||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user