You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If your git branch starts with `JIRAPROJECT-NNNN-`, finds the associated
jira ticket and opens it.
macOS only for now.
Signed-off-by: Joe Block <jpb@unixorn.net>
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -119,6 +119,7 @@ If you wrote one of these scripts and want it removed from this collection, plea
119
119
|`git-nuke`| Zach Holman's [dotfiles](https://github.com/holman/dotfiles)| Nukes a branch locally and on the origin remote. |
120
120
|`git-object-deflate`| Ryan Tomayko's dotfiles | Deflate an loose object file and write to standard output. |
121
121
|`git-oldest-common-ancestor`| Lee Dohm's [dotfiles](https://github.com/lee-dohm/dotfiles/blob/main/bin/git-oldest-ancestor)| Finds the oldest common ancestor commit between two branches. |
122
+
|`git-open-jira`| If the branch name starts with `JIRAPROJECT-NNNN`, will open that issue in jira. Assumes that your JIRA server location is in `~/.jira-server` or in the `$JIRA_SERVER` environment variable. |
122
123
|`git-origin-head`| Don't recall, maybe twitter | Prints the name of the origin remote's default branch. Not every repository uses `main` or `master`. |
123
124
|`git-outgoing`| Michael Markert's [dotfiles](https://github.com/cofi/dotfiles)| Show commits that are on the local branch that have not been pushed to the tracking branch. |
124
125
|`git-overwritten`| Mislav Marohnić's [dotfiles](https://github.com/mislav/dotfiles)| Aggregates `git blame` information about original owners of lines changed or removed in the '<base>...<head>' diff. |
0 commit comments