feat(zsh): add groh, grhh and grt git aliases
This commit is contained in:
@@ -62,7 +62,12 @@ alias gcpc="git cherry-pick --continue"
|
|||||||
|
|
||||||
# git stash/reset
|
# git stash/reset
|
||||||
alias gstp="git stash pop"
|
alias gstp="git stash pop"
|
||||||
|
alias grhh="git reset --hard HEAD"
|
||||||
gros() { git reset "origin/$(git_current_branch)" --soft }
|
gros() { git reset "origin/$(git_current_branch)" --soft }
|
||||||
|
groh() { git reset "origin/$(git_current_branch)" --hard }
|
||||||
|
|
||||||
|
# git navigation
|
||||||
|
alias grt='cd "$(git rev-parse --show-toplevel || echo .)"'
|
||||||
|
|
||||||
# ruff
|
# ruff
|
||||||
alias ruffme="ruff check --fix && ruff format"
|
alias ruffme="ruff check --fix && ruff format"
|
||||||
|
|||||||
Reference in New Issue
Block a user