-
rxue updated
3 months ago
-
```sh
📦[frityet@envision Simula]$ git submodule update --init --recursive
Cloning into '/home/frityet/Packages/Simula/submodules/wlroots/libxcb-errors/m4'...
fatal: read error: Connection reset by …
-
Reference:
https://github.com/observing/pre-commit/issues/35
-
I've just recently come across this project and I'm in the process of changing my dotfiles for use with ghar. I had previously been using Git submodules to include my Vim files etc. I have since got …
-
Hi,
There is no xcodeproj file for this project, so I can't use it as a submodule. Can you please add support for that.
Thanks!
-
if repo has submodules, the commits are not found
epcim updated
3 years ago
-
Write up some notes about git submodules
-
Subject. If project use some package as submodule, it will not work with trash.
-
### Describe the proposed change(s).
Sometimes users have git dependencies - including submodules - which are authenticatable only using ssh and not https. We should find a way for users to provide a…
-
https://blog.chh.tw/posts/git-submodule/
```
git submodule init
git submodule update --recursive
```