Skip to content

Commit f872a92

Browse files
committed
Add missing -
1 parent 1b5bc31 commit f872a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ If you aren't using any zsh frameworks, or if you're a bash user, do the followi
101101
* [git-diffall](https://github.com/thenigan/git-diffall) - Provides a directory based diff mechanism for git.
102102
* [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.
103103
* [git-graph](https://github.com/jerith666/git-graph) - creates a Graphviz graph showing the high-level structure of a repository's history
104-
* [git-it-on.zsh](https://github.com/peterhurford/git-it-on.zsh) Another plugin by Peter Hurford that adds a gitit command that will open your current directory on github, in your current branch.
104+
* [git-it-on.zsh](https://github.com/peterhurford/git-it-on.zsh) - Another plugin by Peter Hurford that adds a gitit command that will open your current directory on github, in your current branch.
105105
* [git-secrets](https://github.com/awslabs/git-secrets) - Prevents you from committing secrets and credentials into git repositories.
106106
* [git-submodule-tools](https://github.com/kollerma/git-submodule-tools) - A collection of scripts that should help make life with git submodules easier.
107107
* [git-sweep](https://github.com/arc90/git-sweep) - A utility script to remove branches that have been merged to master.

0 commit comments

Comments
 (0)