What is the Git command to sync an already deployed github project with the visual studio code?
I have my project in visual studio code and I have published in github as well. But due to some faulty , my node modules got published as well in github. After performing rm -rf node modules
apparently the node modules also got removed from my project in vs code so i can’t committ any further updates from vs code to github. it shows error