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 -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -