Skip to main content

A new git extension to use git flow branching model automatically with Jira and Github

Project description

A simple git extension to use git flow branching model automatically with Github and semver to tags your releases and hotfixes.

Requirements

  • git

  • Python 3.7+

  • Jira project already setup

How to setup

Installation

pip install git-glow

Configuration

Configuration begins during the first command.

For example, just request to start a new feature (according you already have a Jira project, with a “GLOW” key and a “GLOW-1234” ticket, otherwize a 404 error will be prompted at the end of this operation):

git glow start feature 1234

Following messages will be prompted, waiting an answer for each step:

Create a glow config? [Y/n] y
Jira Project Key? GLOW
Github Repository Name? [:owner/:name] nicolasramy/git-glow
Github Token? ghp_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Start feature name: «feature/GLOW-1234» [y/n] y
  • Jira Project Key is a key that you chosed when you created your Jira project and you can retrieve as prefix of your Jira tickets (like GLOW-1234)

  • Github Repository Name is same as described in the prompted message: the_repository_owner/the_project_name

  • Github token is an access token you can set from your GitHub settings: https://github.com/settings/tokens. This token will require “Full control of private repositories” (repo checkbox when you create it). After being created, you just need to copy-paste the generated token.

If the configuration successfully registered and you think it was wrong, you can update it in the .git/config of your project. The following section should exist:

github-token = ghp_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
github-repository-name = nicolasramy/git-glow
jira-project-key = GLOW

Usage

To use this command, just type git glow in a git repository with a develop and master branch.

Feature

git glow start feature 1234
git glow review feature 1234
git glow finish feature 1234

Release

git glow start release
git glow review release
git glow finish release

Hotfix

git glow start hotfix
git glow review hotfix
git glow finish hotfix

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

git-glow-0.2.12.tar.gz (7.8 kB view hashes)

Uploaded Source

Built Distribution

git_glow-0.2.12-py3-none-any.whl (9.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page