Capitalization any non-github word to GitHub
This commit is contained in:
parent
b908feebcf
commit
3398dbfb11
@ -4,7 +4,7 @@
|
|||||||
# #
|
# #
|
||||||
# Ouput the content of an image to the stdout using the 256 colors of the #
|
# Ouput the content of an image to the stdout using the 256 colors of the #
|
||||||
# terminal. #
|
# terminal. #
|
||||||
# Github: https://github.com/posva/catimg #
|
# GitHub: https://github.com/posva/catimg #
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# #
|
# #
|
||||||
# Ouput the content of an image to the stdout using the 256 colors of the #
|
# Ouput the content of an image to the stdout using the 256 colors of the #
|
||||||
# terminal. #
|
# terminal. #
|
||||||
# Github: https://github.com/posva/catimg #
|
# GitHub: https://github.com/posva/catimg #
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
function help() {
|
function help() {
|
||||||
|
@ -308,7 +308,7 @@ zstyle ':completion:*:*:git:*' user-commands \
|
|||||||
effort:'display effort statistics' \
|
effort:'display effort statistics' \
|
||||||
extras:'git-extras' \
|
extras:'git-extras' \
|
||||||
feature:'create a feature branch' \
|
feature:'create a feature branch' \
|
||||||
fork:'fork a repo on github' \
|
fork:'fork a repo on GitHub' \
|
||||||
fresh-branch:'create empty local branch' \
|
fresh-branch:'create empty local branch' \
|
||||||
gh-pages:'create the GitHub Pages branch' \
|
gh-pages:'create the GitHub Pages branch' \
|
||||||
graft:'merge commits from source branch to destination branch' \
|
graft:'merge commits from source branch to destination branch' \
|
||||||
|
@ -97,8 +97,8 @@ __git-hf-release ()
|
|||||||
'finish:Finish a release branch.'
|
'finish:Finish a release branch.'
|
||||||
'list:List all your release branches. (Alias to `git hf release`)'
|
'list:List all your release branches. (Alias to `git hf release`)'
|
||||||
'cancel:Cancel release'
|
'cancel:Cancel release'
|
||||||
'push:Push release to github'
|
'push:Push release to GitHub'
|
||||||
'pull:Pull release from github'
|
'pull:Pull release from GitHub'
|
||||||
'track:Track release'
|
'track:Track release'
|
||||||
)
|
)
|
||||||
_describe -t commands 'git hf release' subcommands
|
_describe -t commands 'git hf release' subcommands
|
||||||
@ -155,8 +155,8 @@ __git-hf-hotfix ()
|
|||||||
'list:List all your hotfix branches. (Alias to `git hf hotfix`)'
|
'list:List all your hotfix branches. (Alias to `git hf hotfix`)'
|
||||||
'publish:Publish the hotfix branch.'
|
'publish:Publish the hotfix branch.'
|
||||||
'track:Track the hotfix branch.'
|
'track:Track the hotfix branch.'
|
||||||
'pull:Pull the hotfix from github.'
|
'pull:Pull the hotfix from GitHub.'
|
||||||
'push:Push the hotfix to github.'
|
'push:Push the hotfix to GitHub.'
|
||||||
'cancel:Cancel the hotfix.'
|
'cancel:Cancel the hotfix.'
|
||||||
)
|
)
|
||||||
_describe -t commands 'git hf hotfix' subcommands
|
_describe -t commands 'git hf hotfix' subcommands
|
||||||
@ -217,8 +217,8 @@ __git-hf-feature ()
|
|||||||
'diff:Diff'
|
'diff:Diff'
|
||||||
'rebase:Rebase feature branch against develop'
|
'rebase:Rebase feature branch against develop'
|
||||||
'checkout:Checkout feature'
|
'checkout:Checkout feature'
|
||||||
'pull:Pull feature branch from github'
|
'pull:Pull feature branch from GitHub'
|
||||||
'push:Push feature branch to github'
|
'push:Push feature branch to GitHub'
|
||||||
'cancel:Cancel feature'
|
'cancel:Cancel feature'
|
||||||
)
|
)
|
||||||
_describe -t commands 'git hf feature' subcommands
|
_describe -t commands 'git hf feature' subcommands
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
#
|
#
|
||||||
# André König
|
# André König
|
||||||
# Github: https://github.com/akoenig
|
# GitHub: https://github.com/akoenig
|
||||||
# Twitter: https://twitter.com/caiifr
|
# Twitter: https://twitter.com/caiifr
|
||||||
#
|
#
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user