mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Added some worktree aliases/functions
This commit is contained in:
parent
0725f9f56c
commit
e8ab4015c0
4 changed files with 126 additions and 37 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue