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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,10 +96,11 @@ If you aren't using any zsh frameworks, or if you're a bash user, do the followi
96
96
*[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.
97
97
*[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.
98
98
*[branch-manager](https://github.com/elstgav/branch-manager) - ZSH plugin for branch management
*[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.
100
101
*[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
102
102
*[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
103
104
*[git-chart](https://github.com/flashcode/gitchart) - python script that builds charts from a git repository
104
105
*[git-diffall](https://github.com/thenigan/git-diffall) - Provides a directory based diff mechanism for git.
105
106
*[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
109
110
*[git-submodule-tools](https://github.com/kollerma/git-submodule-tools) - A collection of scripts that should help make life with git submodules easier.
110
111
*[git-sweep](https://github.com/arc90/git-sweep) - A utility script to remove branches that have been merged to master.
111
112
*[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
113
113
*[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
114
115
*[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
115
116
*[git_history_visualizer](https://github.com/kidpixo/git_history_visualizer) - python script to visualize the history of files in a git repository
116
117
*[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