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
@@ -84,6 +84,7 @@ If you aren't using any zsh frameworks, or if you're a bash user, do the followi
84
84
85
85
| Script | Original Source | Description |
86
86
| ------ | --------------- | ----------- |
87
+
|`git-age`| Kristoffer Gronlund's [wiki](https://github.com/krig/git-age/wiki)| A git-blame viewer, written using PyGTK.|
87
88
|`git-attic`| Christian Neukirchen's [blog](http://chneukirchen.org/blog/archive/2013/01/a-grab-bag-of-git-tricks.html)| Displays a list of deleted files in your repo. The output is designed to be copy and pasted: Pass the second field to `git show` to display the file contents, or just select the hash without ^ to see the commit where removal happened. |
88
89
|`git-big-file`| Mislav Marohnić's [dotfiles](https://github.com/mislav/dotfiles)| Show files in the repo larger than a threshold size. |
89
90
|`git-change-author`| Michael Demmer in [jut-io/git-scripts](https://github.com/jut-io/git-scripts/blob/master/bin/git-change-author)| Change one author/email in the history to another. |
@@ -113,6 +114,7 @@ If you aren't using any zsh frameworks, or if you're a bash user, do the followi
113
114
|`git-incoming-commits`| Ryan Tomayko's [dotfiles](https://github.com/rtomayko/dotfiles)| Adds a remote for the current repository for the given github username. |
114
115
|`git-incoming`| Michael Markert's [dotfiles](https://github.com/cofi/dotfiles)| Show commits in the tracking branch that are not in the local branch. |
115
116
|`git-ls-object-refs`| Ryan Tomayko's [dotfiles](https://github.com/rtomayko/dotfiles)| Find references to an object with SHA1 in refs, commits, and trees. All of them. |
117
+
|`git-maildiff`| Sanjeev Kumar's [blogpost](http://www.devilsan.com/blog/my-first-git-command-git-ipush-using-python)| A simple git command to email diff in color to reviewer/ co-worker. |
116
118
|`git-maxpack`| John Wiegley's [git-scripts](https://github.com/jwiegley/git-scripts)| Compress a repo's pack files as much as possible. |
117
119
|`git-move-commits`| Corey Oordt's [git-scripts](https://github.com/coordt/git-scripts/blob/master/git-move-commits)|`git move-commits num-commits correct-branch` moves the last n commits to correct-branch (creating it if necessary). |
118
120
|`git-neck`| Christian Neukirchen's [blog](http://chneukirchen.org/blog/archive/2013/01/a-grab-bag-of-git-tricks.html)| Show commits from the HEAD until the first branching point. Companion script for `git-trail`. |
0 commit comments