Metadata-Version: 2.1
Name: git_sync_tool
Version: 0.1.6
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 working directory and compares it to user's repositories.
Returns head status, save status, and symmetry status between
local folders and remote repositories

### Usage
```gsync```

### Install
```pip install git_sync_tool```

