Created
November 10, 2023 12:00
-
-
Save amonger/820e84ee55b77782bc7f82fd42bb781a to your computer and use it in GitHub Desktop.
Open jira with current branch id
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias jira="git rev-parse --abbrev-ref HEAD | xargs -I{} open https://elevate.atlassian.net/browse/{}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment