question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:

  1. Ctrl-shift-P
  2. 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:

  1. Add all the git subtree command (add, push, pull)

Issue Analytics

  • State:open
  • Created 6 years ago
  • Reactions:69
  • Comments:19 (4 by maintainers)

github_iconTop GitHub Comments

23reactions
vscodebot[bot]commented, Jan 22, 2020

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!

8reactions
joeto0commented, Nov 29, 2017

+1

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found