-
I recently successfully pushed this subrepo to a different remote url ("$prod"). Now I'm trying to come back to the original URL ("$origin") and push there to update that repository as well.
```bash…
-
I want to clone a Git repository that contains a git submodule. However, when using 'git subrepo clone' to pull in the source repository, the submodule directory remains empty. It appears that 'git su…
-
I'm getting the error message `Local repository does not contain ` ("A" being a specific commit ID) when running `git subrepo pull`. This is because I had rebased the history of the subrepo to squash …
-
I use git subrepos and did produces lots of output like this:
* 98ebaf6 - git subrepo pull eglisa_slides/15_Debugging
* 6471d32 - git subrepo pull yocto-multi-v7-ml/eglisa-for-trainer/src.…
-
Hi. I am using Windows 10 and the 64 bit version of git bash downloaded from: https://git-scm.com/downloads
I added the git-subrepo/.rc file to my ~/.bashrc file.
I can use git subrepo commands.
How…
-
So, like submodules, I expect this to work:
```
$ git subrepo clone ../core.git Core
git-subrepo: Command failed: 'git ls-remote ../core.git'.
```
However, as shown above, I get a failure. So…
-
-
Thank you again for all the effort put into such a **great tool** and for making this opensource.
```bash
$ git subrepo pull -vd developer-cookbooks/hashicorp …
-
I used a directory name with a dot '.', which usually can't be used in a branch name,
I tried using `git subrepo init` and it worked,
but when I did a `git subrepo push` it failed,
guessing beca…
-
`git subrepo status` however works.
And it seems intuitive that if that works, `git subrepo pull` should also.