Added some worktree aliases/functions

This commit is contained in:
Tyler Mayoff 2025-12-03 10:53:41 -05:00 committed by Tyle Mayoff
parent 0725f9f56c
commit e8ab4015c0
No known key found for this signature in database
4 changed files with 126 additions and 37 deletions

View file

@ -7,6 +7,12 @@
gacp = "gac and git push";
gs = "git status";
# Git worktree
gwa = "git worktree add";
gwl = "git worktree list";
gwr = "git worktree remove";
gwp = "git worktree prune";
# nix
flake = "nix flake";