Jak mogę zresetować lub przywrócić plik do konkretnej wersji?
git reset <commit hash> <filename>
Perro Fiel
git reset <commit hash> <filename>
git checkout <commit_hash> path/to/file
git checkout <repo>/<branch> <filename>