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
Post a Comment