Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

go1com/git-checkout-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Git Checkout Wrapper

Simplifies Git branch names and commit messages using Jira tickets.


🛠 Usage

git checkout -b

Prompts you to:

  • Select type (feat, bug, etc.)
  • Enter ticket ID (e.g. GO1-123)
  • Write a short description

Creates:

feat/yourname/GO1-123_fix-login

And a commit:

GO1-123: Fix login

Related ticket: https://go1web.atlassian.net/browse/GO1-123

⚙️ Install

curl -s https://raw.githubusercontent.com/go1com/git-checkout-wrapper/main/install-wrapper.sh | bash

You'll be prompted to enter your Jira base URL (e.g. https://go1web.atlassian.net) during setup.


🧹 Uninstall

curl -s https://raw.githubusercontent.com/go1com/git-checkout-wrapper/main/uninstall-wrapper.sh | bash

Made with 💛 by Trúc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages