-
Notifications
You must be signed in to change notification settings - Fork 280
Add information about usage with nested subrepos #630
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add information about usage with nested subrepos #630
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I want to complement you on a very nice job, notably improving the documentation for this project. I really appreciate it. I do have some nit picks, but I couldn't have done this well myself.
Oh this dropped off my radar, busy week |
3a0c73a
to
46dc432
Compare
I think I (finally 🙈) addressed all your remarks, let me know if you want me to change something about the "final step" |
While testing git-subrepo, I found some gotchas with regards to nested subrepos. With a bit of thinking, the way git-subrepo acts is logical, but maybe not immediately intuitive.
This PR adds a section on working with nested subrepos to the readme. I hope it explains the logic in a clear manner.
Please let me know if I made some mistakes, I've only really just begun to try out git-subrepo, the chances I got something wrong are high.
rendered
closes #629