I´m developing a project using github and visual studio github extension.
I uploaded a running version of the code and keep on developing
In the meanwhile, some other coder updated the git files with plenty of errors and then basically disappeared. My local version is still Ok. I want to upload MY LOCAL version of the code, which includes the old state plus changes
So what I want is to push my files ignoring anything in the repo. I could even just create a new one but I have some pipelines and would be a bit of a mess.
I guess another valid approach is to revert all new commits he did and once GIT is in the state of my last commit, then procede to do standard commit from VS.
But github desktop or VS git extension doesn't allow me to do so.
Any clue?
PS: I´ve never use git on command line so if the solution goes through this.. please be very detailed on your answer :)