Skip to content

Enhanced Google repo alternative that utilizes a git-flow methodology.

License

Notifications You must be signed in to change notification settings

GatorQue/git-repo-flow

Repository files navigation

Repo Flow

Repo Flow enhances the Google Repo project with a git-flow branching model.

The git-flow branching model is applied at the manifest / composition as well as the Git project level. You can use this with any Git server, without the need for a Gerrit Code Review server; Gerrit is a practical requirement to effectively use the Google Repo tools.

Background

Repo is a tool built on top of Git. It helps compose a number of Git projects into a single workspace, nicely solving repeatability issues. It was written to automate the Android Gerrit-centric development workflow. Repo however is of more generic value, which is why we created the Repo Flow enhancement. In absence of Gerrit, Repo can be used to compose a workspace from multiple Git repositories. Repo however lacks automation to update manifest files and support a git-flow branching model.

Repo Flow therefore:

  1. Provides the git-flow operations at the composition and project level:
    • init: Initialize the Repo project to support git-flow the branching model.
    • feature: Manage your feature branches.
    • release: Manage your release branches.
    • hotfix: Manage your hotfix branches.
    • support: Manage your support branches.
  2. Generates and merges manifests so that you can checkout and work on your feature, release, hotfix and support compositions.
  3. Generates release manifests for your tagged releases.

About

Enhanced Google repo alternative that utilizes a git-flow methodology.

Resources

License

Stars

Watchers

Forks

Packages

No packages published