Git: opening folder from git directory as a project is not showing it as git tracked #27289
sudhirdhumal289
started this conversation in
Git
Replies: 1 comment
-
|
possibly fixed in #10154 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Initialize git repository and inside git repository lets create a folder which which lets say contains react code.
If repository contains code for backend as well as frontend, then opening sub directories is usually preferred to see only the files related with either backend of frontend development.
Actual Behavior:
If you navigate into a nested directory within your Git repository in Zed, it appears untracked because it's considered just another folder and doesn't recognize that you're inside an actual subfolder from there; however, technically this is accurate since I opened sub-directory as a project in zed.
This is bit of debatable point that folder is not really git repository but its tracked using git due to the fact that its part of the repository itself.
Expected Behavior:
zed git implementation can be modified to check if parent directory is git repository and accordingly show the changes / modifications.
Beta Was this translation helpful? Give feedback.
All reactions