Deleted file restoring in git

git log --oneline -- specific-file-name

85b6998 (Take the hash from head)

git checkout 85b6998 specific-file-name

Comments

Popular posts from this blog

Git post receive setup at server for git push to the production from local machine