Answer the question
In order to leave comments, you need to log in
Git uncommit changes?
I deployed the project on the server, I got a message that there are no migrations created, I made migrations on the server, added an index and made a commit. I decided to push the changes to the turnip, but I got a message that there is no write access to the turnip. As a result, changes are now being uploaded to the server and they are happening through merge. What can you advise?
Answer the question
In order to leave comments, you need to log in
git reset --hard origin/master - if you didn't push anything that needs to be undone
otherwise git revert and keep in mind that the commits that were in the revert, then the figs will go into the branch until the revert is reverted
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question