Fix formatting

christarazi 2018-12-24 13:11:58 -08:00
parent 576dae27f3
commit 76552cd853
1 changed files with 8 additions and 10 deletions

@ -11,7 +11,7 @@ Enable it by adding _git_ to the [_plugins array_](https://github.com/robbyrusse
| g | git | | g | git |
| ga | git add | | ga | git add |
| gaa | git add --all | | gaa | git add --all |
| gapa | git add --patch | | gapa | git add --patch |
| gau | git add --update | | gau | git add --update |
| gb | git branch | | gb | git branch |
| gba | git branch -a | | gba | git branch -a |
@ -52,7 +52,7 @@ Enable it by adding _git_ to the [_plugins array_](https://github.com/robbyrusse
| 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 |
| ggf | git push --force origin $(current_branch) | | ggf | git push --force origin $(current_branch) |
| ghh | git help | | ghh | git help |
| ggpull | ggl | | ggpull | ggl |
| ggpur | ggu | | ggpur | ggu |
@ -110,7 +110,7 @@ Enable it by adding _git_ to the [_plugins array_](https://github.com/robbyrusse
| gsr | git svn rebase | | gsr | git svn rebase |
| gss | git status -s | | gss | git status -s |
| gst | git status | | gst | git status |
| gsta | git stash save | | gsta | git stash save |
| gstaa | git stash apply | | gstaa | git stash apply |
| gstd | git stash drop | | gstd | git stash drop |
| gstl | git stash list | | gstl | git stash list |
@ -122,12 +122,10 @@ Enable it by adding _git_ to the [_plugins array_](https://github.com/robbyrusse
| gunignore | git update-index --no-assume-unchanged | | gunignore | git update-index --no-assume-unchanged |
| gunwip | git log -n 1 \| grep -q -c "\-\-wip\-\-" && git reset HEAD~1 | | gunwip | git log -n 1 \| grep -q -c "\-\-wip\-\-" && git reset HEAD~1 |
| gup | git pull --rebase | | gup | git pull --rebase |
| gupv | git pull --rebase -v | gupv | git pull --rebase -v |
| | gupa | git pull --rebase --autostash |
| gupa | git pull --rebase --autostash | gupav | git pull --rebase --autostash -v |
| | gunignore | git update-index --no-assume-unchanged |
| gupav | git pull --rebase --autostash -v
|
| glum | git pull upstream master | | glum | git pull upstream master |
| gvt | git verify-tag | | gvt | git verify-tag |
| gwch | git whatchanged -p --abbrev-commit --pretty = medium | | gwch | git whatchanged -p --abbrev-commit --pretty = medium |