-
## 前言
目前对 git 仓库拆分的已有实现之一,并没有合并到 git 发行版中。项目的地址是 [https://github.com/ingydotnet/git-subrepo](https://github.com/ingydotnet/git-subrepo)。
## 准备工作
1. 首先创建主仓库 `subrepo-master`,随意提交一次文本,接着拉取到本地
…
-
Getting the above error when trying to execute
`git subrepo push myrepo`
"myrepo" is on the master branch, the parent repository on development branch
-
Hey, first of all thanks for this brilliant project!
We keep our cross-repo workflow and CI scripts in a subrepo checked out in a hidden directory `scripts/.platform-scripts`. Any time we try to pu…
-
I'm testing out git-subrepo for our project, which has currently 2 levels of subrepos, like this:
```
app
|- foo
|- bar
```
This works, of course, as it's even simpler than the structure i…
-
Is there a way to get current subrepo tags, for example via a git describe-like command?
The use case is that my team and another team are working with the same repository. For them, it is their pr…
-
When the `_git-subrepo` completion script is dropped directly into `/usr/share/zsh/site-functions` the completions JustDon'tWork(tm).
Furthermore, the check doesn't actually DO anything except bark a…
-
Hi,
I made a sample project for packaging your great git-subrepo extension into a DEB package. The packaging project itself (https://github.com/spog/git-subrepo-debian.git) uses a subrepo to import…
-
stdarch is one of the few remaining big submodules in the rustc repo. And it's painful -- stdarch depends on a lot of very internal rustc implementation details, but refactoring / improving those deta…
-
Hi!
I did some changes for https://github.com/V-Sekai/V-Sekai.flac so that it compiles for Godot Engine 4.2 and through a git subrepo.
https://github.com/V-Sekai/godot/tree/vsk-flac-4.2
Thank…
fire updated
9 months ago
-
`git chec-ignore` will error-out if you try to use a path that is in submodule. Seems like `dvc check-ignore` should do the same with our subrepos.
See https://github.com/iterative/dvc/pull/6000#di…
efiop updated
2 weeks ago