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

Results 130 git-subrepo issues
Sort by recently updated
recently updated
newest added

When git-subrepo is invoked from a Git worktree or Git submodule, .git is a file, not a directory. As such it is necessary to traverse to the actual .git/ directory...

Enhancement

If the outer subrepo `bar` is pushed before the inner subrepo `doak`, the latter will fail with `fatal: this operation must be run in a work tree`. This PR add...

I tried to do a git subrepo push and entered the wrong github password. As a result of this the push failed and I tried again. However, now the push...

Enhancement

Hello, This PR introduces --tag and --tag-refresh parameters to the push command: ``` The `--tag` option will apply a given (non-annotated) tag to the specified subrepos' upstream HEAD, provided that...

From #411 it was reported by @joaoabreu5 Hi, i know this issue is closed but from my experience the command 'git log subrepo/.../fetch' doesn't work with directories that contain spaces...

Bug

Sometimes a different account is needed for an upstream project. Is it possible to do it in a predefined way (in a script)? Anyway the subrepo remakes commits, right?

We used multiples subrepos in a parent repo, To update quickly each subrepo, I would like to know if there is a shortcut or idea to subrepo pull each subrepo...

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...

Enhancement

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...

Enhancement

Dear developers of git subrepo We use git sub-repo as a means to share code between various repositories and branches. In one repository we use multiple sub-repo's, in that same...