feat: add git branch clean up function ✨
This commit is contained in:
parent
19132a127d
commit
d3e1fbb85d
3 changed files with 25 additions and 0 deletions
|
|
@ -74,6 +74,9 @@
|
|||
core = {
|
||||
editor = "nvim";
|
||||
};
|
||||
alias = {
|
||||
"cleanup-branches" = "!bash ~/dotfiles/scripts/git-cleanup-branches.sh";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue