Git ripristina un file

Esempi di codice

3
0

git ripristina file specifico

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

git ripristina un file

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

Come posso ripristinare o ripristinare un file su una revisione specifica?

git reset <commit hash> <filename>
2
0

git ripristina un file

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

ripristina le modifiche non salvate git

git checkout -- .
0
0

git ripristina commit per singolo file

git checkout <commit_hash> path/to/file

In altre lingue

Questa pagina è in altre lingue

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