Updated Plugin:git (markdown)
parent
45162d0931
commit
fb562386b7
@ -32,7 +32,8 @@ Enable it by adding _git_ to the [_plugins array_](https://github.com/robbyrusse
|
|||||||
| gcb | git checkout -b |
|
| gcb | git checkout -b |
|
||||||
| gcf | git config --list |
|
| gcf | git config --list |
|
||||||
| gcl | git clone --recursive |
|
| gcl | git clone --recursive |
|
||||||
| gclean | git reset --hard && git clean -dfx |
|
| gclean | git clean -df
|
||||||
|
|
|
||||||
| gcm | git checkout master |
|
| gcm | git checkout master |
|
||||||
| gcmsg | git commit -m |
|
| gcmsg | git commit -m |
|
||||||
| gco | git checkout |
|
| gco | git checkout |
|
||||||
@ -75,7 +76,10 @@ Enable it by adding _git_ to the [_plugins array_](https://github.com/robbyrusse
|
|||||||
| gmum | git merge upstream/master |
|
| gmum | git merge upstream/master |
|
||||||
| gp | git push |
|
| gp | git push |
|
||||||
| gpd | git push --dry-run |
|
| gpd | git push --dry-run |
|
||||||
| gpoat | git push origin --all && git push origin --tags |
|
| gpoat | git push origin --all && git push origin --tags
|
||||||
|
|
|
||||||
|
| gpristine | git reset --hard && git clean -dfx
|
||||||
|
| |
|
||||||
| gpu | git push upstream |
|
| gpu | git push upstream |
|
||||||
| gpv | git push -v |
|
| gpv | git push -v |
|
||||||
| gr | git remote |
|
| gr | git remote |
|
||||||
|
Loading…
Reference in New Issue
Block a user