Git revert one file

Code examples

3
0

git reset specific file

git checkout c5f567 -- file1/to/restore file2/to/restore
3
0

git reset one file

git checkout HEAD -- my-file.txt
3
0

How can I reset or revert a file to a specific revision?

git reset <commit hash> <filename>
2
0

git revert one file

git checkout HEAD -- /directory/my-file.txt
0
0

revert unstaged changes git

git checkout -- .
0
0

git revert commit for single file

git checkout <commit_hash> path/to/file

In other languages

This page is in other languages

Русский
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................