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
1700c948
"vscode:/vscode.git/clone" did not exist on "5667161d49b9ddc4ea8de7a379d50fc2cb7ffb50"
Commit
1700c948
authored
Nov 01, 2017
by
Tomas Chmelevskij
Committed by
Robby Russell
Nov 01, 2017
Browse files
Add chaced word diff (#6378)
parent
0c28e392
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/git/git.plugin.zsh
View file @
1700c948
...
@@ -85,6 +85,7 @@ alias gcs='git commit -S'
...
@@ -85,6 +85,7 @@ alias gcs='git commit -S'
alias
gd
=
'git diff'
alias
gd
=
'git diff'
alias
gdca
=
'git diff --cached'
alias
gdca
=
'git diff --cached'
alias
gdcw
=
'git diff --cached --word-diff'
alias
gdct
=
'git describe --tags `git rev-list --tags --max-count=1`'
alias
gdct
=
'git describe --tags `git rev-list --tags --max-count=1`'
alias
gdt
=
'git diff-tree --no-commit-id --name-only -r'
alias
gdt
=
'git diff-tree --no-commit-id --name-only -r'
alias
gdw
=
'git diff --word-diff'
alias
gdw
=
'git diff --word-diff'
...
...
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