简体   繁体   中英

Git checkout revision of local repository

I have a local git repository for an Xcode project. How do I checkout (from Terminal) a specific revision of the project to a different folder?

Thanks.

You can clone a local repo into another folder:

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