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

I was wondering, does `git-subrepo` supports dependencies tracked with `git-lfs`? If not, any suggestion for workarounds? Here some hints: https://github.com/github/git-lfs/issues/854 I mean, `git-lfs` is a pretty handy tool, so any...

Question

- Added new option `--gpg-sign` to `branch`, `pull`, `push` commands. - Also fixes #613 as it is related for the feature to work correctly.

I've encountered the issue where if you squash or rebase the container repository containing the subrepo folder, the `.gitrepo` > `subrepo.parent` value gets stale because the commit shas have changed....

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

A `subrepo pull` or `subrepo clone` commit saves the SHA of the parent commit into the `.gitrepo:subrepo.parent` config. If this parent is later on changed due to a rebase, `subrepo.parent`...

I had rebased the commit where I performed the `git subrepo` clone and when I tried to do a `pull`after that, I received the error ``` git-subrepo: Command failed: 'git...

Getting the above error when trying to execute `git subrepo push myrepo` "myrepo" is on the master branch, the parent repository on development branch

Bug

I can see that the command `git subrepo branch` can **create** a new branch, but how do we simply switch to another pre-existing branch (the equivalent to `git subrepo checkout`)?...

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 [2/89] >>> git rev-parse --verify...