Metadata-Version: 1.1
Name: gitsub
Version: 0.2.1
Summary: Track git repositories updates
Home-page: https://github.com/aufarg/gitsub
Author: Aufar Gilbran
Author-email: aufargilbran@gmail.com
License: MIT
Description: gitsub
        ======
        
        Help you keep updated with software development on multiple git
        repositories.
        
        Requirements
        ============
        
        -  python 3.5+
        -  pip 6.0+
        -  git 2.7+
        
        Installation
        ============
        
        Install ``gitsub`` with ``pip``:
        
        .. code:: bash
        
            sudo pip install gitsub
        
        Usage
        =====
        
        Read new updates from repositories:
        
        .. code:: bash
        
            gitsub
        
        List current repository list:
        
        .. code:: bash
        
            gitsub ls
        
        Add new repositories:
        
        .. code:: bash
        
            gitsub add path_1 path_2 ...
        
        Synchronize repositories with upstream:
        
        .. code:: bash
        
            gitsub sync
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Version Control
