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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@ If you wrote one of these scripts and want it removed from this collection, plea
132
132
|`git-plotrepo`| Matthew McCullogh's [scripts collection](https://github.com/matthewmccullough/scripts/blob/master/git-plotrepo.rb)| Uses dot to draw a graph of the repository. |
133
133
|`git-pr-fetch`| Joe Block <jpb@unixorn.net>| Fetch PR branches by refspec from one of a repository's remotes. |
134
134
|`git-pr-list`| Joe Block <jpb@unixorn.net>| Lists pull requests. Requires `gh`. |
135
-
|`git-preview-commits`| Julia Evans'[blog](https://jvns.ca/til/fzf-review-git-commits/)| Use [fzf](https://github.com/junegunn/fzf) topreview commits |
135
+
|`git-review-commits`| Julia Evans'[blog](https://jvns.ca/til/fzf-preview-git-commits/)| Use [fzf](https://github.com/junegunn/fzf) topreview commits |
136
136
|`git-promote`| Trevor's **Improving My git Workflow** blog post (404 now) | Promotes a local topic branch to a remote tracking branch of the same name. |
137
137
|`git-prune-branches`| Michael Demmer in [jut-io/git-scripts](https://github.com/jut-io/git-scripts/blob/master/bin/git-prune-branches)| Deletes each fully merged branch after prompting for confirmation, than asks if you want the deleted branches deleted from your upstream remotes. |
138
138
|`git-pruneall`| Ryan Tomayko's dotfiles | Prune branches from specified remotes, or all remotes when no remote is specified. |
0 commit comments