mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-12-22 05:12:11 +01:00
Updated docs
This commit is contained in:
parent
4f6f94983e
commit
bc6f089613
3 changed files with 3 additions and 3 deletions
|
@ -41,8 +41,7 @@ Records a new commit.
|
|||
#### Return
|
||||
- **GitStats** The `GitStats` instance.
|
||||
|
||||
### `record(data, callback)`
|
||||
removeCommit
|
||||
### `removeCommit(data, callback)`
|
||||
Deletes a specifc commit from the history.
|
||||
|
||||
#### Params
|
||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2015-16 Ionică Bizău <bizauionica@gmail.com> (http://ionicabizau.net)
|
||||
Copyright (c) 2015-17 Ionică Bizău <bizauionica@gmail.com> (http://ionicabizau.net)
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
@ -256,6 +256,7 @@ Thanks! :heart:
|
|||
If you are using this library in one of your projects, add it in this list. :sparkles:
|
||||
|
||||
|
||||
- [`git-stats-fcc-importer`](https://github.com/cmal/git-stats-fcc-importer#readme) (by Yu Zhao)—git-stats importer for FreeCodeCamp users
|
||||
- [`git-stats-importer`](https://github.com/IonicaBizau/git-stats-importer)—Imports your commits from a repository into git-stats history.
|
||||
|
||||
## :scroll: License
|
||||
|
|
Loading…
Reference in a new issue