( freeroute | 2018. 06. 03., v – 14:16 )

Eddig úgy tudtam, hogy a "git revert" akkor használjuk, ha a legutóbbi változtatást szeretnénk visszavonni.

"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 all changes that were made in the bad commit."

Ezek szerint bármelyik sha1 pillanatképre vissza lehet állni vele?

Köszönöm a hozzászólásokat, jól jött a segítség.