Metadata-Version: 2.1
Name: gittask
Version: 0.1.0
Summary: Git-task
Home-page: https://github.com/bessbd/gittask
Author: bessbd
Author-email: bessbd@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: fire
Requires-Dist: pyyaml

# git-task

[![Build Status](https://travis-ci.com/bessbd/git-task.svg?branch=master)](https://travis-ci.com/bessbd/git-task)

## Dependencies
* [Python >=3.7](https://www.python.org/downloads/release/python-370/)

## Installation

```
pip install gittask
```


## Installing git alias

```
gittask install_git_alias
```


