Skip to content

Commit

Permalink
feat: git delete local branch interactive mode with fuzzy search
Browse files Browse the repository at this point in the history
  • Loading branch information
miszo committed Oct 5, 2023
1 parent 4327631 commit 6ab0bb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home/dot_config/git/config.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
branches = branch --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(contents:subject) %(color:green)(%(committerdate:relative)) [%(authorname)]' --sort=-committerdate
undo = reset HEAD~1 --mixed
del = branch -D
deli = !git branch -D $(git branch | fzf | xargs)
vasc = tag --list --sort=-v:refname
vdesc = tag --list --sort=v:refname
plrb = pull --rebase
Expand Down

0 comments on commit 6ab0bb2

Please sign in to comment.