diff options
author | Kewang <cpckewang@gmail.com> | 2019-05-08 02:02:41 +0800 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2019-05-07 20:02:41 +0200 |
commit | 78b241b16ae34da0c6e0c3c2f0591f3f49e42980 (patch) | |
tree | 89f4d69d83a45fc1fb6a38d8f6cf33e45de3a380 /plugins/git-extras/git-extras.plugin.zsh | |
parent | 58daf135286c03db1f3bb4225b471007dd994670 (diff) | |
download | zsh-78b241b16ae34da0c6e0c3c2f0591f3f49e42980.tar.gz zsh-78b241b16ae34da0c6e0c3c2f0591f3f49e42980.tar.bz2 zsh-78b241b16ae34da0c6e0c3c2f0591f3f49e42980.zip |
Capitalizate github to GitHub (#5932)
Diffstat (limited to 'plugins/git-extras/git-extras.plugin.zsh')
-rw-r--r-- | plugins/git-extras/git-extras.plugin.zsh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/git-extras/git-extras.plugin.zsh b/plugins/git-extras/git-extras.plugin.zsh index ef6c35988..b86d7c5b6 100644 --- a/plugins/git-extras/git-extras.plugin.zsh +++ b/plugins/git-extras/git-extras.plugin.zsh @@ -454,9 +454,9 @@ zstyle ':completion:*:*:git:*' user-commands $existing_user_commands \ extras:'awesome git utilities' \ feature:'create/merge feature branch' \ force-clone:'overwrite local repositories with clone' \ - fork:'fork a repo on github' \ + fork:'fork a repo on GitHub' \ fresh-branch:'create fresh branches' \ - gh-pages:'create the github pages branch' \ + gh-pages:'create the GitHub pages branch' \ graft:'merge and destroy a given branch' \ guilt:'calculate change between two revisions' \ ignore-io:'get sample gitignore file' \ |