new git stash pop commands with fancy naming and search to pop

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-07-10 17:38:45 -05:00
parent 52996e29b2
commit a5bca92533
2 changed files with 24 additions and 2 deletions

View file

@ -45,8 +45,6 @@ with lib;
cl = "clear";
# git
stash = "git stash";
pop = "git stash pop";
branch = "git checkout -b";
status = "git status";
diff = "git diff";