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
Built Distribution
File details
Details for the file git-glow-0.2.12.tar.gz
.
File metadata
- Download URL: git-glow-0.2.12.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8780068f724b1eb5e6e55b340e2dd21e38ed356a28504ebc7e294bf398c9d873 |
|
MD5 | a5f9bd6f4052ea14cb168188880f09b0 |
|
BLAKE2b-256 | 2bc0392c1ad46b3f8c7edbcd6d4cf6773d58bcd00d02965e099554b4b5b6d67f |
File details
Details for the file git_glow-0.2.12-py3-none-any.whl
.
File metadata
- Download URL: git_glow-0.2.12-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6486aa679e514008aa9f13a07d2c7b5bb2c53e54938c62e1b35b95d8cc6d90c |
|
MD5 | 8d126bab00340384e1f8e329ab871a6f |
|
BLAKE2b-256 | 903b32e5c1963285f8c7a93336c08c84d8dbdd52743232422b1148a68cff43b3 |