Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
78b241b1
Commit
78b241b1
authored
May 07, 2019
by
Kewang
Committed by
Marc Cornellà
May 07, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Capitalizate github to GitHub (#5932)
parent
58daf135
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
11 deletions
+11
-11
catimg.plugin.zsh
plugins/catimg/catimg.plugin.zsh
+1
-1
catimg.sh
plugins/catimg/catimg.sh
+1
-1
git-extras.plugin.zsh
plugins/git-extras/git-extras.plugin.zsh
+2
-2
git-hubflow.plugin.zsh
plugins/git-hubflow/git-hubflow.plugin.zsh
+6
-6
gulp.plugin.zsh
plugins/gulp/gulp.plugin.zsh
+1
-1
No files found.
plugins/catimg/catimg.plugin.zsh
View file @
78b241b1
...
...
@@ -4,7 +4,7 @@
# #
# Ouput the content of an image to the stdout using the 256 colors of the #
# 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 @@
# #
# Ouput the content of an image to the stdout using the 256 colors of the #
# terminal. #
# Git
h
ub: https://github.com/posva/catimg #
# Git
H
ub: https://github.com/posva/catimg #
################################################################################
function
help
()
{
...
...
plugins/git-extras/git-extras.plugin.zsh
View file @
78b241b1
...
...
@@ -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
gith
ub'
\
fork:
'fork a repo on
GitH
ub'
\
fresh-branch:
'create fresh branches'
\
gh-pages:
'create the
gith
ub pages branch'
\
gh-pages:
'create the
GitH
ub pages branch'
\
graft:
'merge and destroy a given branch'
\
guilt:
'calculate change between two revisions'
\
ignore-io:
'get sample gitignore file'
\
...
...
plugins/git-hubflow/git-hubflow.plugin.zsh
View file @
78b241b1
...
...
@@ -75,8 +75,8 @@ __git-hf-release ()
'finish:Finish a release branch.'
'list:List all your release branches. (Alias to `git hf release`)'
'cancel:Cancel release'
'push:Push release to
gith
ub'
'pull:Pull release from
gith
ub'
'push:Push release to
GitH
ub'
'pull:Pull release from
GitH
ub'
'track:Track release'
)
_describe
-t
commands
'git hf release'
subcommands
...
...
@@ -133,8 +133,8 @@ __git-hf-hotfix ()
'list:List all your hotfix branches. (Alias to `git hf hotfix`)'
'publish:Publish the hotfix branch.'
'track:Track the hotfix branch.'
'pull:Pull the hotfix from
gith
ub.'
'push:Push the hotfix to
gith
ub.'
'pull:Pull the hotfix from
GitH
ub.'
'push:Push the hotfix to
GitH
ub.'
'cancel:Cancel the hotfix.'
)
_describe
-t
commands
'git hf hotfix'
subcommands
...
...
@@ -195,8 +195,8 @@ __git-hf-feature ()
'diff:Diff'
'rebase:Rebase feature branch against develop'
'checkout:Checkout feature'
'pull:Pull feature branch from
gith
ub'
'push:Push feature branch to
gith
ub'
'pull:Pull feature branch from
GitH
ub'
'push:Push feature branch to
GitH
ub'
'cancel:Cancel feature'
)
_describe
-t
commands
'git hf feature'
subcommands
...
...
plugins/gulp/gulp.plugin.zsh
View file @
78b241b1
...
...
@@ -11,7 +11,7 @@
#
# André König
# Git
h
ub: https://github.com/akoenig
# Git
H
ub: https://github.com/akoenig
# 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