Metadata-Version: 2.1
Name: git_sync_tool
Version: 0.1.8
Summary: Easily sync repos across devices
Home-page: https://github.com/mfacton/git-sync-tool
Author: Miguel Flores-Acton
Author-email: mfacton1@gmail.com
License: The Unlicense
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: colorama
Requires-Dist: prettytable
Requires-Dist: tqdm
Requires-Dist: gitpython

# git-sync
Manage repos between devices

Looks at directory and compares it to user's repositories.


### Usage
```gsync status [--path PATH]```
Returns head status, save status, and symmetry status between
local folders and remote repositories

```gsync clone```
Clone any repositories user repositories that don't exist locally

### Install
```pip install git_sync_tool==0.1.8```

Specify version otherwise sometimes it grabs older ones
