Deleted file restoring in git
git log --oneline -- specific-file-name
85b6998 (Take the hash from head)
git checkout 85b6998 specific-file-name
git log --oneline -- specific-file-name
85b6998 (Take the hash from head)
git checkout 85b6998 specific-file-name
Comments
Post a Comment