Metadata-Version: 2.1
Name: git-logs
Version: 0.0.2
Summary: Bird-eye view of a local git repository
Download-URL: https://github.com/nkilm/git-logs
Author: Nikhil Mohite
Author-email: nikhilmohitelhs@gmail.com
Keywords: python,git,statistics,local repository,git statistics
Classifier: Topic :: Utilities
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Version Control :: Git
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown


# git-logs

> compare & filter commits based on frequency, author etc



## Installation 

```bash

pip install git-logs

```



## Usage 



- By default commits will be listed by `month`

```bash

git-logs 

```



![screenshot of the above command](https://drive.google.com/uc?export=view&id=1Fdy5Ss-p_UFQkOw4m3s2Nt0ZLO2cpIKZ)



- `Help` options



![screenshot of help option](https://drive.google.com/uc?export=view&id=1f1BBdjqhgvothkYuqa3g90y_QXnwibgJ)



- Error when `git not initialized` 



![screenshot of error](https://drive.google.com/uc?export=view&id=1osLBAab1dG-ckwULQ4Xe6DAGAg5VI1rc)





