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.
VSCODE: changes during merge shown as block
I am trying to address merge conflicts, and in some of my files, instead of showing each change as a discrete change where I can accept incoming, accept current change etc… it’s showing the changes as one big block. i.e. when I open VSCODE for certain files, it shows my current changes as all of the current code, and the incoming changes are the entire source file duplicated and presented as one massive change. Essentially it makes it so that I can either accept my file in its entirety or theirs. Why is this happening? It doesn’t happen to all the files. Other files still show each change discretely and give me the option of how to deal with each one.
Jetbrains’ IDE-like GIT experience plugin for VSCode?
Would you know to recommend a plugin for VScode for GIT repositories on par with Jetbrains’ IDEs functionality? I use both, and I like both, but missing seamless and user-friendly GIT experience in IDEA when working with VScode. Tried GitLens and other.