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

Latest commit

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date

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

0 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages