Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
78b241b1
"vscode:/vscode.git/clone" did not exist on "f11934e00c711a09876e1cf776d04c231339ff18"
Commit
78b241b1
authored
May 08, 2019
by
Kewang
Committed by
Marc Cornellà
May 07, 2019
Browse files
Capitalizate github to GitHub (#5932)
parent
58daf135
Changes
5
Hide whitespace changes
Inline
Side-by-side
plugins/catimg/catimg.plugin.zsh
View file @
78b241b1
...
@@ -4,7 +4,7 @@
...
@@ -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. #
# Git
h
ub: https://github.com/posva/catimg #
# Git
H
ub: https://github.com/posva/catimg #
################################################################################
################################################################################
...
...
plugins/catimg/catimg.sh
View file @
78b241b1
...
@@ -4,7 +4,7 @@
...
@@ -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. #
# Git
h
ub: https://github.com/posva/catimg #
# Git
H
ub: https://github.com/posva/catimg #
################################################################################
################################################################################
function
help
()
{
function
help
()
{
...
...
plugins/git-extras/git-extras.plugin.zsh
View file @
78b241b1
...
@@ -454,9 +454,9 @@ zstyle ':completion:*:*:git:*' user-commands $existing_user_commands \
...
@@ -454,9 +454,9 @@ zstyle ':completion:*:*:git:*' user-commands $existing_user_commands \
extras:
'awesome git utilities'
\
extras:
'awesome git utilities'
\
feature:
'create/merge feature branch'
\
feature:
'create/merge feature branch'
\
force-clone:
'overwrite local repositories with clone'
\
force-clone:
'overwrite local repositories with clone'
\
fork:
'fork a repo on
g
it
h
ub'
\
fork:
'fork a repo on
G
it
H
ub'
\
fresh-branch:
'create fresh branches'
\
fresh-branch:
'create fresh branches'
\
gh-pages:
'create the
g
it
h
ub pages branch'
\
gh-pages:
'create the
G
it
H
ub pages branch'
\
graft:
'merge and destroy a given branch'
\
graft:
'merge and destroy a given branch'
\
guilt:
'calculate change between two revisions'
\
guilt:
'calculate change between two revisions'
\
ignore-io:
'get sample gitignore file'
\
ignore-io:
'get sample gitignore file'
\
...
...
plugins/git-hubflow/git-hubflow.plugin.zsh
View file @
78b241b1
...
@@ -75,8 +75,8 @@ __git-hf-release ()
...
@@ -75,8 +75,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
g
it
h
ub'
'push:Push release to
G
it
H
ub'
'pull:Pull release from
g
it
h
ub'
'pull:Pull release from
G
it
H
ub'
'track:Track release'
'track:Track release'
)
)
_describe
-t
commands
'git hf release'
subcommands
_describe
-t
commands
'git hf release'
subcommands
...
@@ -133,8 +133,8 @@ __git-hf-hotfix ()
...
@@ -133,8 +133,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
g
it
h
ub.'
'pull:Pull the hotfix from
G
it
H
ub.'
'push:Push the hotfix to
g
it
h
ub.'
'push:Push the hotfix to
G
it
H
ub.'
'cancel:Cancel the hotfix.'
'cancel:Cancel the hotfix.'
)
)
_describe
-t
commands
'git hf hotfix'
subcommands
_describe
-t
commands
'git hf hotfix'
subcommands
...
@@ -195,8 +195,8 @@ __git-hf-feature ()
...
@@ -195,8 +195,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
g
it
h
ub'
'pull:Pull feature branch from
G
it
H
ub'
'push:Push feature branch to
g
it
h
ub'
'push:Push feature branch to
G
it
H
ub'
'cancel:Cancel feature'
'cancel:Cancel feature'
)
)
_describe
-t
commands
'git hf feature'
subcommands
_describe
-t
commands
'git hf feature'
subcommands
...
...
plugins/gulp/gulp.plugin.zsh
View file @
78b241b1
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
#
#
# André König
# André König
# Git
h
ub: https://github.com/akoenig
# Git
H
ub: https://github.com/akoenig
# Twitter: https://twitter.com/caiifr
# Twitter: https://twitter.com/caiifr
#
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment