Skip to content

Commit 740ae22

Browse files
committed
Added diff-so-fancy util, sorted utils section
1 parent 8c0c7ad commit 740ae22

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,11 @@ If you aren't using any zsh frameworks, or if you're a bash user, do the followi
9696
* [bitbucket-git-helpers](https://github.com/unixorn/bitbucket-git-helpers.plugin.zsh) - Helper scripts to allow you to create bitbucket PRs from a shell session.
9797
* [blackbox](https://github.com/StackExchange/blackbox) - Tom Limoncelli open sourced the tool they use at Stack Exchange to use GPG to store secrets in a git repository.
9898
* [branch-manager](https://github.com/elstgav/branch-manager) - ZSH plugin for branch management
99+
* [diff-so-fancy](https://github.com/so-fancy/diff-so-fancy) - Better looking git diffs
99100
* [git-aliases.zsh](https://github.com/peterhurford/git-aliases.zsh) - Peter Hurford's git plugin which you may prefer to the git plugin from oh-my-zsh.
100101
* [git-amend](https://github.com/colinodell/git-amend-old) - Bash script to amend older commits with staged changes.
101-
* [git-branches](https://github.com/shurcooL/git-branches) - Prints the commit behind/ahead counts for branches
102102
* [git-branch-status](https://github.com/dmcgowan/git-branch-status) - A git utility to make managing large number of branches either across many remotes easier. Branch status allows comparing all branches against their upstream or any arbitrary branch to show the number of commit differences.
103+
* [git-branches](https://github.com/shurcooL/git-branches) - Prints the commit behind/ahead counts for branches
103104
* [git-chart](https://github.com/flashcode/gitchart) - python script that builds charts from a git repository
104105
* [git-diffall](https://github.com/thenigan/git-diffall) - Provides a directory based diff mechanism for git.
105106
* [git-fastclone](https://github.com/square/git-fastclone) - Think `git clone --recursive` on steroids. If you're doing repeated checkouts of a given repo on a machine (like a ci box), **git-fastclone** will speed things up considerably.
@@ -109,8 +110,8 @@ If you aren't using any zsh frameworks, or if you're a bash user, do the followi
109110
* [git-submodule-tools](https://github.com/kollerma/git-submodule-tools) - A collection of scripts that should help make life with git submodules easier.
110111
* [git-sweep](https://github.com/arc90/git-sweep) - A utility script to remove branches that have been merged to master.
111112
* [git-todo](https://github.com/ibolmo/git-todo/blob/master/git-todo) - helper script to show all the todo entries in your repo
112-
* [git-up](https://github.com/aanand/git-up) - Fetch and rebase all locally-tracked remote branches
113113
* [git-up (python)](https://pypi.python.org/pypi/git-up) - Python implementation of Aanand's original ruby gem
114+
* [git-up](https://github.com/aanand/git-up) - Fetch and rebase all locally-tracked remote branches
114115
* [git-wayback-machine](https://github.com/MadRabbit/git-wayback-machine) - A simple script to quickly navigate a project's state through it's GIT history
115116
* [git_history_visualizer](https://github.com/kidpixo/git_history_visualizer) - python script to visualize the history of files in a git repository
116117
* [gitsh](https://github.com/thoughtbot/gitsh) - An interactive shell for git. From within gitsh you can issue any git command, even using your local aliases and configuration.

0 commit comments

Comments
 (0)