Metadata-Version: 2.1
Name: gitfunctions
Version: 0.0.2
Summary: Lib for git functions
Home-page: https://github.com/strapbooll/git-functions
Author: strapbooll
Author-email: rximenez97@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown

# GIT Functions

[PT] Lib para funções do git.<br>
[EN] Lib for git functions.


## Funcionalidades:
* Checar se existem modificações

## Como usar:

### Instalação
```
    pip install gitfunctions
```

### Exemplo
```
    from gitfunctions import gitfunctions

    git = gitfunctions.Git(repo_path='C:\\pasta_projeto')
    git.check_updates()
```

### Links:
[![Badge](https://img.shields.io/static/v1?label=Acesse&message=o%20site&color=yellowgreen)](https://github.com/strapbooll/git_functions)


