简体   繁体   中英

How can i pull a specific folder from origin (Remote repository) into my local master repository

unfortunately i deleted a src folder from my local master branch. Now i would like to pull or clone JUST the src file again from the origin. Is it possible to do that? When yes, how can i solve this issue...

Any suggestion is welcome...

Thanks in advance

应该这样做:

git checkout src

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM