|
1 | | -# Git Plugins [](https://travis-ci.org/afeld/git-plugins) |
| 1 | +# Git Plugins |
2 | 2 |
|
3 | 3 | A community collection of Git plugins. Browse [the scripts](bin) to see what's included. |
4 | 4 |
|
@@ -47,7 +47,7 @@ export PATH=path/to/git-plugins/bin:$PATH |
47 | 47 |
|
48 | 48 | ## Aliases |
49 | 49 |
|
50 | | -The plugin names intentionally favor descriptiveness over terseness, but you should make shortcuts for yourself that make sense for you. You can see some examples in the `[alias]` section of [afeld/dotfiles](https://github.com/afeld/dotfiles/blob/master/gitconfig). To add a new shortcut: |
| 50 | +The plugin names intentionally favor descriptiveness over terseness, but you should make shortcuts for yourself that make sense for you. You can see some examples in the `[alias]` section of [afeld/dotfiles](https://github.com/afeld/dotfiles/blob/master/gitconfig). To add a new shortcut: |
51 | 51 |
|
52 | 52 | ```bash |
53 | 53 | git config --global alias.SHORT LONG |
@@ -75,12 +75,12 @@ git config --global alias.pr create-pull-request |
75 | 75 |
|
76 | 76 | ## See Also |
77 | 77 |
|
78 | | -* [Official GitHub CLI](https://cli.github.com/) |
79 | | -* [Git Extras](https://github.com/tj/git-extras) |
80 | | -* [EasyGit](https://people.gnome.org/~newren/eg/) |
81 | | -* [ghi](https://github.com/stephencelis/ghi) |
82 | | -* [git-flow](https://github.com/nvie/gitflow) |
83 | | -* [git-setup](https://github.com/afeld/git-setup) |
84 | | -* [hub](http://hub.github.com/) |
85 | | -* [HubFlow](http://datasift.github.io/gitflow/) |
86 | | -* [Legit](http://www.git-legit.org/) |
| 78 | +- [Official GitHub CLI](https://cli.github.com/) |
| 79 | +- [Git Extras](https://github.com/tj/git-extras) |
| 80 | +- [EasyGit](https://people.gnome.org/~newren/eg/) |
| 81 | +- [ghi](https://github.com/stephencelis/ghi) |
| 82 | +- [git-flow](https://github.com/nvie/gitflow) |
| 83 | +- [git-setup](https://github.com/afeld/git-setup) |
| 84 | +- [hub](http://hub.github.com/) |
| 85 | +- [HubFlow](http://datasift.github.io/gitflow/) |
| 86 | +- [Legit](http://www.git-legit.org/) |
0 commit comments