Metadata-Version: 1.0
Name: git-monorepo
Version: 1.0.0
Summary: git_monorepo
Home-page: UNKNOWN
Author: Bogdan Mustiata
Author-email: bogdan.mustiata@gmail.com
License: BSD
Description: Monorepo support built around ``git subtree``.
        
        Installation
        ============
        
        .. code:: sh
        
            pip install git_monorepo
        
        Usage
        =====
        
        Simply create a mapping file called ``gerepo.yml``:
        
        .. code:: yaml
        
            mappings:
              adhesive: git@github.com:germaniumhq/adhesive.git
              oaas:
                oaas: git@github.com:germaniumhq/oaas.git
                grpc-compiler: git@github.com:germaniumhq/oaas-grpc-compiler.git
                registry-api: git@github.com:germaniumhq/oaas-registry-api.git
                registry: git@github.com:germaniumhq/oaas-registry.git
                grpc: git@github.com:germaniumhq/oaas-grpc.git
                simple: git@github.com:germaniumhq/oaas-simple.git
              tools:
                git-monorepo: git@github.com:bmustiata/git-monorepo.git
        
        To pull the repos (including initial setup), use:
        
        .. code:: sh
        
            git mono pull
        
        To push the repos do:
        
        .. code:: sh
        
            git mono push
        
        This takes into account the current branch name, so pushes can happen
        also with branches.
        
Platform: UNKNOWN
