Git: Support git subtree
See original GitHub issue- VSCode Version: Code - Insiders 1.19.0-insider (89b158e11cb1c3fe94a3876222478ed2d0549fc8, 2017-11-24T05:14:03.606Z)
- OS Version: Windows_NT x64 10.0.15063
- Extensions:
Extension | Author (truncated) | Version |
---|---|---|
markdown-mermaid | bie | 0.1.1 |
team | ms- | 1.122.0 |
debugger-for-chrome | msj | 3.5.0 |
Steps to Reproduce:
- Ctrl-shift-P
- type “Git:”
Reproduces without extensions: Yes
Git git subtree commands is currently missing in the git command list and wasn’t included in the git sync button.
Subtree is great for maintaining a monorepo for large projects where there is a single source of truth for all the code.
Currently this issue impacts developers experience as it is tedious to do manual sync of all the changes in the subtree with the original git repo of the project for the subtree.
Proposal:
- Add all the git subtree command (add, push, pull)
Issue Analytics
- State:
- Created 6 years ago
- Reactions:69
- Comments:19 (4 by maintainers)
Top Results From Across the Web
Git Subtree: Alternative to Git Submodule
git subtree lets you nest one repository inside another as a sub-directory. It is one of several ways Git projects can manage project...
Read more >git-subtree(1) — git-man — Debian testing
Subtrees allow subprojects to be included within a subdirectory of the main project, optionally including the subproject's entire history. For ...
Read more >Git Subtree basics
When you want to use a subtree, you add the subtree to an existing repository where the subtree is a reference to another...
Read more >Git - Subtree
git subtree allows you to nest a repository as a subdirectory inside another. It's one of the various options for managing project dependencies ......
Read more >Mastering Git subtrees
The usual help calls (man git-subtree, git help subtree or git subtree --help) are not implemented. A git subtree with no arguments dumps...
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
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.
Happy Coding!
+1