overlay cutter

Signed-off-by: cy <cy@cy7.sh>
This commit is contained in:
cy 2025-01-31 14:27:16 -05:00
parent 30c82dcb4f
commit 1c449848e2
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
5 changed files with 29 additions and 6 deletions

View file

@ -89,8 +89,8 @@
"ga" = "git add";
"gaa" = "git add --all";
"gb" = "git branch";
"gc" = "git commit --verbose -s";
"gcmsg" = "git commit -s --message";
"gc" = "git commit --verbose";
"gcmsg" = "git commit --message";
"gd" = "git diff";
"gdca" = "git diff --cached";
"gds" = "git diff --staged";