diff options
| author | Alex Schofield <git@ajschof.me> | 2025-02-11 00:45:02 +0000 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2025-02-11 00:45:02 +0000 |
| commit | db31c0078c2cac41341ddc04b408cf4f5a92a300 (patch) | |
| tree | b6524df3544611c34b6c099abd4fadbe8cf849bc | |
| parent | 24ff0796625a38a84b25caaa066cc066596c34a8 (diff) | |
| download | dotfiles-db31c0078c2cac41341ddc04b408cf4f5a92a300.tar.gz dotfiles-db31c0078c2cac41341ddc04b408cf4f5a92a300.zip | |
fix cloning of submodule to fetch from master branch
| -rw-r--r-- | .gitmodules | 5 | ||||
| m--------- | external/adrienbarlier-dotfile | 0 | ||||
| m--------- | external/dotfile | 0 |
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 |
