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
Ohmyzsh
Commits
f6a9a0a4
Unverified
Commit
f6a9a0a4
authored
Mar 25, 2019
by
Marc Cornellà
Committed by
GitHub
Mar 25, 2019
Browse files
git: fix grt on path with spaces
Fixes #7682
parent
e59cc948
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/git/git.plugin.zsh
View file @
f6a9a0a4
...
...
@@ -226,7 +226,7 @@ alias grmc='git rm --cached'
alias
grmv
=
'git remote rename'
alias
grrm
=
'git remote remove'
alias
grset
=
'git remote set-url'
alias
grt
=
'cd $(git rev-parse --show-toplevel || echo
".")
'
alias
grt
=
'cd
"
$(git rev-parse --show-toplevel || echo
.)"
'
alias
gru
=
'git reset --'
alias
grup
=
'git remote update'
alias
grv
=
'git remote -v'
...
...
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