git-subrepo
git-subrepo copied to clipboard
_"Remove the .gitrepo file"_ step filter includes commits that are not needed to be rewritten. Those commits are from upstream repo and if they are GPG signed rewriting drops the...
I regularly contribute to open-source projects that require the Git [--signoff](https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---signoff) option to indicate that the commit meets the standards of the [Developer Certificate of Origin (DCO)](http://developercertificate.org/). When I push...
I really don't understand how a normal workflow is supposed to work. Assuming I just cloned it a subrepo in my ci/_lib folder- I want to: 1 - Pull the...
Hi, I’m having a real hard time getting subrepo working in GitHub actions. do you have any example yaml or steps to install it in the action runner?
I really gave this neat project a go, but my user experience on the last month has been very difficult due to the sheer amount of conflicts every time I...
Hello! I stumbledupon this project because I'm customizing a library inside my application. Let's call my application "Application" and the library I'm using "Library". The issue I see is that...
Things like refs/original/refs/heads/subrepo/utilities/sqlite
e.g. given a path like `some/nice path/to follow` it tries to push the subrepo defined by `some/nice/.subrepo` which does not exist
On Windows one does generally use git bash but just git as a global command in path. I see there's a method to install subrepo as a sub command of...