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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,6 +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-review-commits`| Julia Evans'[blog](https://jvns.ca/til/fzf-preview-git-commits/)| Use [fzf](https://github.com/junegunn/fzf) topreview commits |
135
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. |
136
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. |
137
138
|`git-pruneall`| Ryan Tomayko's dotfiles | Prune branches from specified remotes, or all remotes when no remote is specified. |
@@ -309,6 +310,7 @@ If you aren't using any ZSH frameworks, or if you're using `bash`, `fish` or ano
309
310
-[commit-helper](https://github.com/andre-filho/commit-helper) - A python script that helps you write commits following commit conventions.
-[dunk](https://github.com/darrenburns/dunk) - Another tool for prettier `git` diffs.
313
+
-[fzf-git-worktree](https://github.com/banyan/zsh-fzf-git-worktree) - Manage `git` worktrees with [fzf](https://github.com/junegunn/fzf) integration.
312
314
-[gig](https://dev.to/shihanng/gig-a-gitignore-generator-opc) - a CLI `.gitignore` generator
313
315
-[git ZSH plugin](https://github.com/davidde/git) - A replacement for the stock oh-my-zsh `git` plugin. Provides quite a few useful aliases and functions that are more consistent in their naming that the relatively unintuitive ones in the stock plugin.
314
316
-[git-absorb](https://github.com/tummychow/git-absorb) - Essentially, when your working directory has uncommitted changes on top of draft changesets, you can run `git absorb` and the uncommitted modifications are automagically folded ("absorbed") into the appropriate draft ancestor commits. The command essentially looks at the lines that were modified, finds a commit modifying those lines, and amends that commit to include your uncommitted changes. If the changes can't be made without conflicts, they remain uncommitted. This workflow is insanely useful for things like applying review feedback.
0 commit comments