-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
[FR] Make source control able to detect git bare repositories #80946
Comments
Why would it be useful? What would you like to use VS Code for, in this case? |
@joaomoreno Hello, umm, I'm pretty sure I layed out my use case right below the issue's description. Expanding on it: TL;DR: What I want to do with Currently I can go and manually open files with changes / merge conflicts. To clarify, I have a dotfiles setup in This provides a lot of advantages -- launching
|
Got it. /duplicate #77215 |
Whoops, wasn't able to find the issue before, sorry. Any plans with it anytime soon? |
Hello,
TL;DR:
As far as I'm aware,
vscode
does not detect git bare repositories, and it'd be useful if it did.I have a dotfiles setup as described in https://wiki.archlinux.org/index.php/Dotfiles#Tracking_dotfiles_directly_with_Git:
Now, I often merge changes from upstream, and conflicts do come up.
I just like to handle merging with
vscode
, but so far I haven't been able to do this with my dotfile setup.Is there something I'm missing, or is there a feature missing that would allow
vscode
to be aware of git bare repositories and / or git with--git-dir
and--work-dir
options?Much thanks!
The text was updated successfully, but these errors were encountered: