Skip to content
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

Automatically detect subfolders with git repository #866

Open
NN--- opened this issue Jan 29, 2025 · 0 comments
Open

Automatically detect subfolders with git repository #866

NN--- opened this issue Jan 29, 2025 · 0 comments
Assignees
Labels
feature request Feature request

Comments

@NN---
Copy link

NN--- commented Jan 29, 2025

Describe the feature that you'd like
VSCode builtin source control tab can discover automatically subfolders.
It would be nice to support this in Git Graph too.
Right now Git Graph I need to add them manually.

Given:

project/
   .git/
   subproject1/
      .git/
   subproject2/
      .git/

VSCode shows:

project
<Message>
[Commit]

subproject1
<Message>
[Commit]

subproject2
<Message>
**[Commit]**

Additional context (optional)
Add any other context or screenshots about the feature request here.

@NN--- NN--- added the feature request Feature request label Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Feature request
Projects
None yet
Development

No branches or pull requests

2 participants