Relative Content

Tag Archive for gitvisual-studio-codegithub

Cambio de Repositorio de GitHub en proyecto de VSC

Tengo un proyecto en Visual Studio Code el cual esta asociado a un repositorio remoto de una organización, quiero desvincular mi proyecto de ese repositorio remoto y seguirlo trabajando en un nuevo repositorio personal. Se que también podría simplemente copiar mi proyecto en una nueva carpeta y asociarlo al repositorio nuevo, pero me gustaria saber si hay alguna forma de cambiar el repositorio remoto y seguirlo trabajando.

why the vscode’s git indicates that more than 10000 files are changed

Recently installed npm and node.js. And also yesterday tried to push some codes to the github but failed, maybe mistakenly pushes all files from the desktop to github but failed. Then yesterday suddently the git indicates “Too many changes are detected. Only the first 10000 changes will be shown below.” And when I check the changed files, I found even files stored on my desktop are all listed as changed files in vscode. And it seems like it lists all files on the desktop in the changed files list. And I did not even create any repositories for it yet. Can someone help me resole it? The attched is the current situation. But I can’t delete the changes, since I will lose all the files within the laptop on the desktop when deleting them.