Horje
git revert a specific file Code Example
How can I reset or revert a file to a specific revision?
git reset <commit hash> <filename>
git revert commit for single file
git checkout <commit_hash> path/to/file
git revert a specific file
git checkout <repo>/<branch> <filename>




Shell

Related
remove gpg error on your installed app or package Code Example remove gpg error on your installed app or package Code Example
installing font awesome brand icons Code Example installing font awesome brand icons Code Example
unable to access git openssl ssl_connect Code Example unable to access git openssl ssl_connect Code Example
remove .env file from git history Code Example remove .env file from git history Code Example
install vue on laravel Code Example install vue on laravel Code Example

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