BASHrc Upgrades, Backup Script, DWM Enhancements, Hugo Helpers, Branch Controls #7

Merged
me merged 112 commits from dev into main 2025-12-01 09:50:55 -07:00
Showing only changes of commit 4e0ff86295 - Show all commits

View File

@@ -566,7 +566,7 @@
if [[ -d .git ]]; then
git ls-remote --exit-code origin dev
dev_exists="$?"
if [[ "$dev_exists" == 0 ]];
if [[ "$dev_exists" == 0 ]]; then
git switch dev
else
git switch main