0
I have an application in production that was working on a new module within a branch in my local repository, when I finished, and after testing, I did the Merger with the master I sent to the server. Soon after I found a big problem in the application, I tried to do a direct checkout on the server but I could not because I had problems with the console, then I ended up using the server’s own rollback to reverse.
My doubt is about what would be the most correct way to work in a situation like this by making use of git ?
Cool, this will help me a lot, now I see that it was very easy to solve my problem. Thank you very much
– Marcelo Roncatto
yes works well, I’ve had to do some rollbacks :D don’t forget to mark the question if it helped solve the problem
– Ricardo Pontual