mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-09 00:40:41 +01:00
Added backslashes to || operator to enable them to show on the wiki page.
@@ -123,7 +123,7 @@ See `~/.oh-my-zsh/lib/directories.zsh`
|
||||
| _grmv_ | git remote rename |
|
||||
| _grrm_ | git remote remove |
|
||||
| _grset_ | git remote set-url |
|
||||
| _grt_ | cd $(git rev-parse --show-toplevel || echo ".") |
|
||||
| _grt_ | cd $(git rev-parse --show-toplevel \|\| echo ".") |
|
||||
| _grup_ | git remote update |
|
||||
| _grv_ | git remote -v |
|
||||
| _gsd_ | git svn dcommit |
|
||||
|
||||
Reference in New Issue
Block a user