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
@@ -79,6 +79,7 @@ If you wrote one of these scripts and want it removed from this collection, plea
79
79
|`git-divergence`| Gary Bernhardt's [dotfiles](https://github.com/garybernhardt/dotfiles/blob/master/bin/git-churn)| Shows differences between local branch and its tracking branch. |
80
80
|`git-edit-conflicts`| Joe Block <jpb@unixorn.net>| Edit the files that are marked as conflicted during a merge/rebase in your `$EDITOR/$VISUAL`. |
81
81
|`git-fetch-prs`| Pretty sure I saw this on slack, but can't recall which one | Get all Pull Request branches as local remote branches by refspec |
82
+
|`git-files`| Jake Zimmerman's [blog](https://blog.jez.io/cli-code-review/)| List the files different between the current branch and `$REVIEW_BRANCH`, which if unset defaults to the repository's default branch |
82
83
|`git-find-dirty`| Matthew McCullough's [scripts](https://github.com/matthewmccullough/scripts/) repository ||
83
84
|`git-flush`| John Wiegley's [git-scripts](https://github.com/jwiegley/git-scripts)| Compact your reposistory by dropping all reflogs, stashes, and other cruft that may be bloating your pack files. |
84
85
|`git-force-mtimes`| John Wiegley's [git-scripts](https://github.com/jwiegley/git-scripts)| Sets modification times of all files in the reprository their last change date based on `git`'s log. Useful to avoid too new dates after a checkout confusing `make` or `rake`. |
@@ -136,6 +137,7 @@ If you wrote one of these scripts and want it removed from this collection, plea
136
137
|`git-shrink-repo`| Based on [gimbo/gimbo-git.zsh](https://github.com/gimbo/gimbo-git.zsh/blob/master/gimbo-git.zsh)| Shrinks your clone of a `git` repo. |
137
138
|`git-sp`| A. Schwarz's [git-sp](https://github.com/Schwarzy1/git-sp)| "Simple push", single short command to commit, and push. Use `-a` flag to add all files to commit. |
138
139
|`git-sr`| Noel Cower's [git-sr](https://gist.github.com/nilium/2829f6690ad888c25660c15ba3a7c59c)| Use `fzf` to switch to a different `git` ref. |
140
+
|`git-stats`| Jake Zimmerman's [blog](https://blog.jez.io/cli-code-review/)| Displays stats for the files different between the current branch and `$REVIEW_BRANCH`, which if unset defaults to the repository's default branch |
139
141
|`git-submodule-rm`| Greg V's [dotfiles](https://github.com/myfreeweb/dotfiles) & [Pascal Sommer](https://github.com/pascal-so/)| Allows you to remove a submodule easily with `git submodule-rm path/to/submodule`. |
140
142
|`git-switch-branch`| Andrew Steele's [dotfiles](https://github.com/Andrew565/dotfiles)| Make it easier to switch to a branch by a substring of its name. More useful if you are good about deleting branches which have been merged upstream and if your branch names include unique identifiers like ticket/issue numbers or feature names. |
141
143
|`git-tag-and-sign`| ? | Create and sign a new tag |
0 commit comments