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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ If you wrote one of these scripts and want it removed from this collection, plea
124
124
|`git-nuke`| Zach Holman's [dotfiles](https://github.com/holman/dotfiles)| Nukes a branch locally and on the origin remote. |
125
125
|`git-object-deflate`| Ryan Tomayko's dotfiles | Deflate an loose object file and write to standard output. |
126
126
|`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. |
127
-
|`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. |
127
+
|`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. |
128
128
|`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`. |
129
129
|`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. |
130
130
|`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