mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-12-27 15:30:15 +08:00
Updated Cheatsheet (markdown)
parent
e5d55feb59
commit
6fe9323d3a
@ -140,6 +140,7 @@ alias -g gp='| grep -i' #creates a global alias for grep
|
|||||||
| _glum_ | git pull upstream master |
|
| _glum_ | git pull upstream master |
|
||||||
| _ggpush_ | git push origin $(current_branch) |
|
| _ggpush_ | git push origin $(current_branch) |
|
||||||
| _ggp_ | git push origin $(current_branch) |
|
| _ggp_ | git push origin $(current_branch) |
|
||||||
|
| _ggfl_ | git push --force-with-lease origin <your_argument>/$(current_branch) |
|
||||||
| _ggsup_ | git branch --set-upstream-to=origin/$(current_branch) |
|
| _ggsup_ | git branch --set-upstream-to=origin/$(current_branch) |
|
||||||
| _gpsup_ | git push --set-upstream origin $(current_branch) |
|
| _gpsup_ | git push --set-upstream origin $(current_branch) |
|
||||||
| _gignore_ | git update-index --assume-unchanged |
|
| _gignore_ | git update-index --assume-unchanged |
|
||||||
|
Loading…
Reference in New Issue
Block a user