mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat: add an alias to filter recent Git branches
This commit is contained in:
@@ -417,6 +417,7 @@ alias gw='git worktree'
|
||||
alias gwl='git worktree list'
|
||||
alias gwa='git worktree add' # <folder> <branch/hash>
|
||||
alias gwr='git worktree remove' # <path/name>
|
||||
alias gcrb='git branch --sort=-committerdate | fzf --header "Checkout Recent Branch" --preview "git diff --color=always {1}" --pointer="" | xargs git checkout '
|
||||
|
||||
# Vim
|
||||
alias v='vim'
|
||||
|
||||
Reference in New Issue
Block a user