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

Assume you are in a project repository working on a feature, thus in feature branch `feature/foo` with the `HEAD` being `0123abcd` ahead of `master`. When pulling the subrepo into the...

I have an existing subfolder let's say MyLibrary in another SuperProject. MyLibrary is a standalone repository but it wasn't created as a subrepo within SuperProject. I would like to overwrite...

Enhancement

I apologize for bothering anyone, but I just can't seem to get the package to work, though it does look extremely useful. The documentation could probably use improvement, especially some...

I tried to use .fish.rc from release/0.4.2 branch on mac os and get an error ``` ❯ source .fish.rc readlink: illegal option -- f usage: readlink [-n] [file ...] ```...

Bug

If upstream repository is used mostly for syncing purposes, it would be nice to actually pull whole history to downstream repos as well. Perhaps an option to clone/pull? (--no-squash or...

Enhancement

It might be useful to at least optionally be able to have a _one line per commit_ summary of the commits that are squashed into a _git subrepo pull_ (maybe...

Enhancement

When using subrepo pull to change branches and the branches have forked and do not have a reentry point the error says a SHA doesn't exist in the remote. This...

Enhancement

I wanted to do some work on a branch so I could push it back upstream without having it locally (strange use case, but happens when you are maintaining older...

Fix issue where `git subrepo commit` incorrectly gives error "There is no worktree available". I encountered a merge conflict in a subrepo that has a name starting with a period...