tortoisegit - Remove a commit revert in git -


in git (i using tortoisegit) have single branch , made commit. commit security patch modified 10 files. when pushed commit dev site broke site. reverted commit , worked on other things i.e. made more commits. have time issue more , undo revert can changes more. can revert revert? ramifications of doing this? there cleaner way of doing this?

you can revert revert, avoid leads nested revert "revert "..."" commit messages. instead, may want git cherry-pick original commit re-apply it.


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -