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

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

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -