mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2026-03-02 07:19:59 +00:00
feat(zsh): add interactive git rebase alias
This commit is contained in:
@@ -50,6 +50,7 @@ alias ocr="${OPENCODE} --agent review --prompt 'Code review staged changes.'"
|
||||
alias or="${OPENCODE} --continue"
|
||||
|
||||
# Git
|
||||
gr() { git rebase -i HEAD~$1; }
|
||||
alias c='git commit -m'
|
||||
alias a='git add'
|
||||
alias ga='git add -A'
|
||||
|
||||
Reference in New Issue
Block a user