commit 30262c86253c2e707060e8ed11e642bf220ce36a parent 74fcf04bfc776b61c10e662b191fcf57861a73e2 Author: Dasho <git@dasho.dev> Date: Tue, 27 Jan 2026 22:48:32 +0000 🧹 chore(submodules): track main Diffstat:
| M | .gitmodules | | | 11 | +++++++++-- |
| A | bhcli | | | 1 | + |
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/.gitmodules b/.gitmodules @@ -1,9 +1,16 @@ [submodule "portfolio"] path = portfolio url = https://github.com/d-a-s-h-o/d-a-s-h-o.git + branch = master [submodule "droplets"] path = droplets - url = https://github.com/d-a-s-h-o/droplets + url = https://github.com/d-a-s-h-o/droplets.git + branch = master [submodule "dotfiles"] path = dotfiles - url = https://github.com/d-a-s-h-o/dotfiles + url = https://github.com/d-a-s-h-o/dotfiles.git + branch = main +[submodule "bhcli"] + path = bhcli + url = https://github.com/d-a-s-h-o/bhcli.git + branch = epic diff --git a/bhcli b/bhcli @@ -0,0 +1 @@ +Subproject commit c0b2e3ad3d479a908ac5aa85e704f2d3739e5aef