[feature request] submodule support
See original GitHub issuei think legit could grow some sort of submodule support – perhaps legit sync
would update all submodules? or maybe a dedicated command to work with submodules.
Issue Analytics
- State:
- Created 12 years ago
- Reactions:2
- Comments:9
Top Results From Across the Web
Feature request: add git submodule support #1712 - GitHub
I have a large personal wiki and another smaller one that I share with someone else as a separate repository. It would largely...
Read more >Git - Submodules - Git SCM
Let's start by adding an existing Git repository as a submodule of the repository that we're working on. To add a new submodule...
Read more >Submodule feature branches and pull requests. - Jira - Atlassian
Submodule branches are listed in the pull request for the parent branch and the user can easily create new pull requests in the...
Read more >[Feature Request] Does unity collab support submodules ...
Hi @Stranger-Games! Currently, Collab does not offer any submodule functionality similar to what git offers. That said, it is possible to have a ......
Read more >What Do Devs Want for VS 2022? The Top 10 Feature Requests
After Microsoft addressed a top developer feature request with this ... 68 comments); Full Git submodule support (188 votes, 39 comments) ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You should
git submodule update --init --recursive
after eachswitch
andsync
so that people don’t have to think about submodules in most cases. Not a separate command!I think it would be nice to have an optional arg to the sync command to also update submodules, which could be set as the default option if desired, using either a dotfile or environment variable.