I want to delete a specific file after pushing the commit and changing still locally not pushed to GitHub.
I'm trying this
git log path/to/file.txt
git checkout 3cdc61015724f9965575ba954c8cd4232c8b42e4 /path/to/file.txt
But not work with me!
I want to delete a specific file after pushing the commit and changing still locally not pushed to GitHub.
I'm trying this
git log path/to/file.txt
git checkout 3cdc61015724f9965575ba954c8cd4232c8b42e4 /path/to/file.txt
But not work with me!