new branching strategy

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-09-10 16:05:17 -05:00
parent fdbba0d508
commit 8bbc0f7825
4 changed files with 95 additions and 41 deletions

View file

@ -46,7 +46,6 @@ with lib;
cl = "clear";
# git
branch = "git checkout -b";
status = "git status";
diff = "git diff";
branches = "git branch -a";