Horje
git revert one file Code Example
git reset one file
git checkout HEAD -- my-file.txt
How can I reset or revert a file to a specific revision?
git reset <commit hash> <filename>
git revert one file
git checkout HEAD -- /directory/my-file.txt
git revert commit for single file
git checkout <commit_hash> path/to/file




Shell

Related
powershell get serial number Code Example powershell get serial number Code Example
Error opening terminal: xterm-new. Code Example Error opening terminal: xterm-new. Code Example
ubuntu Not Found The requested URL was not found on this server. Apache/2.4.41 (Ubuntu) Server at localhost Port 80 Code Example ubuntu Not Found The requested URL was not found on this server. Apache/2.4.41 (Ubuntu) Server at localhost Port 80 Code Example
linux install nvm Code Example linux install nvm Code Example
date fns install Code Example date fns install Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10