Рубрика: git

  • Revert the full commit

    от автора

    в

    Revert the full commit https://gist.github.com/gunjanpatel/18f9e4d1eb609597c50c2118e416e6a6 Sometimes you may want to undo a whole commit with all changes. Instead of going through all the changes manually, you can simply tell git to revert a commit, which does not even have to be the last one. Reverting a commit means to create a new commit that undoes…