Skip to content

Commit f03ff8f

Browse files
authored
Merge pull request #91 from unixorn/fix-gitgo-link
Fix gitgo link
2 parents c12d871 + eeff56f commit f03ff8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,8 @@ Here are some helpful aliases for your `~/.gitconfig`
251251
* [git-diffall](https://github.com/thenigan/git-diffall) - Provides a directory based diff mechanism for git.
252252
* [git-extend](https://github.com/nickolasburr/git-extend) - Extend Git builtins with command wrappers.
253253
* [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.
254-
* [git-follow](https://github.com/nickolasburr/git-follow) - Follow lifetime changes of a pathspec.
255254
* [git-flow-completion](https://github.com/bobthecow/git-flow-completion) - Bash, Fish and Zsh completion support for [git-flow](http://github.com/nvie/gitflow)
255+
* [git-follow](https://github.com/nickolasburr/git-follow) - Follow lifetime changes of a pathspec.
256256
* [git-graph](https://github.com/jerith666/git-graph) - creates a Graphviz graph showing the high-level structure of a repository's history.
257257
* [git-gutter](https://github.com/jisaacks/GitGutter) - Plugin for Sublime Text 2/3 to display the git diff in the edit window gutter.
258258
* [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.
@@ -269,7 +269,7 @@ Here are some helpful aliases for your `~/.gitconfig`
269269
* [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
270270
* [git_history_visualizer](https://github.com/kidpixo/git_history_visualizer) - python script to visualize the history of files in a git repository
271271
* [gitbaby](https://github.com/lordadamson/gitbaby) - Helper scripts to manage your git repositories
272-
* [gitgo](gitgo](https://github.com/ltj/gitgo) - Open a GitHub/Gitlab hosted repository in your browser via the command line (macOS only).
272+
* [gitgo](https://github.com/ltj/gitgo) - Open a GitHub/Gitlab hosted repository in your browser via the command line (macOS only).
273273
* [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.
274274
* [hub](https://github.com/github/hub) - A command line tool that wraps git in order to extend it with extra features and commands that make working with GitHub easier.
275275
* [joe](https://github.com/karan/joe) - Generates `.gitignore` files from the command line for you.

0 commit comments

Comments
 (0)