deleted directory in Git by mistake -


by mistake have deleted directory in git repo, , commited it.

i have done

git checkout long_sha_id 

where long_sha_id id of previous commit, , have got directory back, have got previous versions of files have fixed in latest commit.

how can deleted directory, latest version of other files?

do this:

git checkout long_sha_id -- /path/of/directory/you/deleted 

Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

c - getting error: cannot take the address of an rvalue of type 'int' -

How to merge four videos on one screen with ffmpeg -