mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01:00
@@ -91,7 +91,7 @@ plugins=(... git)
|
|||||||
| `gdnolock` | `git diff $@ ":(exclude)package-lock.json" ":(exclude)\*.lock"` |
|
| `gdnolock` | `git diff $@ ":(exclude)package-lock.json" ":(exclude)\*.lock"` |
|
||||||
| `gdt` | `git diff-tree --no-commit-id --name-only -r` |
|
| `gdt` | `git diff-tree --no-commit-id --name-only -r` |
|
||||||
| `gf` | `git fetch` |
|
| `gf` | `git fetch` |
|
||||||
| `gfa` | `git fetch --all --tags --prune` |
|
| `gfa` | `git fetch --all --tags --prune` |
|
||||||
| `gfo` | `git fetch origin` |
|
| `gfo` | `git fetch origin` |
|
||||||
| `gg` | `git gui citool` |
|
| `gg` | `git gui citool` |
|
||||||
| `gga` | `git gui citool --amend` |
|
| `gga` | `git gui citool --amend` |
|
||||||
@@ -213,7 +213,7 @@ plugins=(... git)
|
|||||||
| `gtv` | `git tag \| sort -V` |
|
| `gtv` | `git tag \| sort -V` |
|
||||||
| `gignore` | `git update-index --assume-unchanged` |
|
| `gignore` | `git update-index --assume-unchanged` |
|
||||||
| `gunignore` | `git update-index --no-assume-unchanged` |
|
| `gunignore` | `git update-index --no-assume-unchanged` |
|
||||||
| `gwch` | `git whatchanged -p --abbrev-commit --pretty=medium` |
|
| `gwch` | `git log --patch --abbrev-commit --pretty=medium --raw` |
|
||||||
| `gwt` | `git worktree` |
|
| `gwt` | `git worktree` |
|
||||||
| `gwtls` | `git worktree list` |
|
| `gwtls` | `git worktree list` |
|
||||||
| `gwtmv` | `git worktree move` |
|
| `gwtmv` | `git worktree move` |
|
||||||
|
|||||||
@@ -409,7 +409,7 @@ alias gts='git tag --sign'
|
|||||||
alias gtv='git tag | sort -V'
|
alias gtv='git tag | sort -V'
|
||||||
alias gignore='git update-index --assume-unchanged'
|
alias gignore='git update-index --assume-unchanged'
|
||||||
alias gunignore='git update-index --no-assume-unchanged'
|
alias gunignore='git update-index --no-assume-unchanged'
|
||||||
alias gwch='git whatchanged -p --abbrev-commit --pretty=medium'
|
alias gwch='git log --patch --abbrev-commit --pretty=medium --raw'
|
||||||
alias gwt='git worktree'
|
alias gwt='git worktree'
|
||||||
alias gwta='git worktree add'
|
alias gwta='git worktree add'
|
||||||
alias gwtls='git worktree list'
|
alias gwtls='git worktree list'
|
||||||
|
|||||||
Reference in New Issue
Block a user