mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-20 15:19:49 +00:00
feat(git): add gpsupf alias (#11268)
This commit is contained in:
@@ -89,6 +89,7 @@ plugins=(... git)
|
||||
| ggsup | git branch --set-upstream-to=origin/$(git_current_branch) |
|
||||
| ggu | git pull --rebase origin $(current_branch) |
|
||||
| gpsup | git push --set-upstream origin $(git_current_branch) |
|
||||
| gpsupf | git push --set-upstream origin $(git_current_branch) --force-with-lease |
|
||||
| ghh | git help |
|
||||
| gignore | git update-index --assume-unchanged |
|
||||
| gignored | git ls-files -v \| grep "^[[:lower:]]" |
|
||||
|
||||
Reference in New Issue
Block a user