How to turn off git decoration in explorer for folder, not for the changed files?
Although Git decoration in the explorer is useful, it is very confusing, I don’t want to apply decoration on folders containing emphasized items, just applying it to files is enough.
How to turn off git decoration in explorer for folder, not for the changed files?
Although Git decoration in the explorer is useful, it is very confusing, I don’t want to apply decoration on folders containing emphasized items, just applying it to files is enough.
git repository not found when publishing or cloning
Why does it keeps saying repository not found either when publishing a new repo from vscode or create one from repo and try to clone it?
Why dont I have the U and M file markers (from git) on my visual studio code?
How do i enable the U and M (and so on) file markers in visual studio code mac? Ive tried to go to the decorations with no avail (its enabled).
Created a branch and commit off wrong base branch
There exists a master branch and develop branch. They both have a different sets of commits. (I think I’m right to say that these branches have diverged) I accidentally created a feature branch off of the develop branch, made a commit, and pushed it to the remote repo. In this case, the code changes from the previous commits on master and develop do not affect the commit on the feature branch, so I should be able to move these code changes onto the master branch. How would I go about doing this in a proper git way?
Git editor seems locked by non-existent version of VS code
In Windows 11, on Git I can create new commit messages, but cannot edit existing ones. When I type:
Why are my git source control options different? Theres no options to set remote on my current version and I can’t figure out why
So I’m trying to get my version control to work properly, yet for some reason I’m getting different options to what I typically experience when using visual studio code. I have git installed and it appears to be fully functional. I have the extension installed as well. Yet for some reason I’m getting a seemingly different set of options with no button to set remote repository.
Visual Studio Code : unexpected GIT incoming/Outgoing conflict
Sorry if the question is stupid, but I’m really a new user of Visual Studio Code and Git, so I’m not at all able to manage basic issues.
Why my git bash in vscode is so slow.and always print branch name when run command
my repo name is zoom-tool and the branch that i use is main.
when i run python script in vscode(git bash terminal) or use command like ls. It will be so slow.
and it will print >>> om-toolx1b[36m (main)x1b[0mx0dx0a$ at the end
Error on VSCode when I manually deleted the files on Git server
Firstly I created a Git repos on my server and I tried to push a testing project to my Git server in VSCode.