Add git rebase aliases

master
Hektor Misplon 2025-01-02 21:05:31 +01:00
parent b5365da6ca
commit ec0e06a805
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@
alf = "!git config -l | grep alias | cut -c 7- | fzf" alf = "!git config -l | grep alias | cut -c 7- | fzf"
al- = "!git config --local --unset $(git config -l | grep alias | cut --delimiter="=" --fields=1 | fzf)" al- = "!git config --local --unset $(git config -l | grep alias | cut --delimiter="=" --fields=1 | fzf)"
rs = "restore --staged" rs = "restore --staged"
rb = "rebase"
rbi = "rebase -i"
wt = "worktree" wt = "worktree"
[color] [color]