aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2025-02-11 00:45:02 +0000
committerAlex Schofield <git@ajschof.me>2025-02-11 00:45:02 +0000
commitdb31c0078c2cac41341ddc04b408cf4f5a92a300 (patch)
treeb6524df3544611c34b6c099abd4fadbe8cf849bc
parent24ff0796625a38a84b25caaa066cc066596c34a8 (diff)
downloaddotfiles-db31c0078c2cac41341ddc04b408cf4f5a92a300.tar.gz
dotfiles-db31c0078c2cac41341ddc04b408cf4f5a92a300.zip
fix cloning of submodule to fetch from master branch
-rw-r--r--.gitmodules5
m---------external/adrienbarlier-dotfile0
m---------external/dotfile0
3 files changed, 3 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index ff65b6c..49135d0 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,4 @@
-[submodule "external/dotfile"]
- path = external/dotfile
+[submodule "external/adrienbarlier-dotfile"]
+ path = external/adrienbarlier-dotfile
url = https://github.com/adrienbarlier/dotfile
+ branch = master
diff --git a/external/adrienbarlier-dotfile b/external/adrienbarlier-dotfile
new file mode 160000
+Subproject 6781e181f563334d56e3fad831673cc3adcd023
diff --git a/external/dotfile b/external/dotfile
deleted file mode 160000
-Subproject 991a0eea05e7eaf70f6a43b05bd561fd656caa1
git.ajschof.me — hosted by ajschofield — powered by cgit