mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-07 06:08:39 +02:00
docs: align git diff alias table rows
This commit is contained in:
parent
333204f550
commit
38cef47743
1 changed files with 4 additions and 4 deletions
|
|
@ -82,10 +82,10 @@ plugins=(... git)
|
||||||
| `gcfu` | `git commit --fixup` |
|
| `gcfu` | `git commit --fixup` |
|
||||||
| `gdct` | `git describe --tags $(git rev-list --tags --max-count=1)` |
|
| `gdct` | `git describe --tags $(git rev-list --tags --max-count=1)` |
|
||||||
| `gd` | `git diff` |
|
| `gd` | `git diff` |
|
||||||
| `gdd` | `git diff $(git_develop_branch)` |
|
| `gdd` | `git diff $(git_develop_branch)` |
|
||||||
| `gdm` | `git diff $(git_main_branch)` |
|
| `gddn` | `git diff $(git_develop_branch) --name-only` |
|
||||||
| `gddn` | `git diff $(git_develop_branch) --name-only` |
|
| `gdm` | `git diff $(git_main_branch)` |
|
||||||
| `gdmn` | `git diff $(git_main_branch) --name-only` |
|
| `gdmn` | `git diff $(git_main_branch) --name-only` |
|
||||||
| `gdca` | `git diff --cached` |
|
| `gdca` | `git diff --cached` |
|
||||||
| `gdcw` | `git diff --cached --word-diff` |
|
| `gdcw` | `git diff --cached --word-diff` |
|
||||||
| `gds` | `git diff --staged` |
|
| `gds` | `git diff --staged` |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue