git-subrepo icon indicating copy to clipboard operation
git-subrepo copied to clipboard

Results 141 git-subrepo issues
Sort by recently updated
recently updated
newest added
trafficstars

Current implementation already allows for specifying explicit commits like '-b commit' to pin subrepo sources (i.e during subrepo clone/pull). In that case, it also sets the name of the branch...

This closes #193, and potentially adresses #323 Since the clone / pull / ... command in `git subrepo` are operating on a different repo, it often doesn't make much sense...

CI has been failing some tests due to not having a branch since I came on the project. These fix that issue and a number of other issues I discovered...

Is it possible to have a local `user.name` and `user.email` for a subrepo? The subrepos may come from different git hosting platforms, and I would want to use a different...

Enhancement

Integrate into git as a contrib project: https://github.com/git/git/tree/master/contrib

Question

# How to checkout the branch of a subrepo ? ## Actually I do from an e.g. Geometry app: ```bash # make some changes in libs/geometry main branch touch libs/geometry/geometry-specs-2025.md...

I added subrepo doc to context7: https://context7.com/ingydotnet/git-subrepo thanks

For Fish users (or other shells), it's not working as the .rc is for Bash The second method works so I guess a ".rc_fish" file would work? I'm not really...

Enhancement

After adding a small patch to support the `C:\Program Files\` destination: ```make # Install support: install: install -d -m 0755 "$(INSTALL_LIB)/" install -C -m 0755 $(LIB) "$(INSTALL_LIB)/" install -d -m...

Hello, I'm exploring whether our use case could be supported by `git-subrepo` in future, and would appreciate your insight. We're a development team maintaining our entire platform in a monorepo....

Enhancement