简体   繁体   中英

If I am a collaborator on someone's repository on Github, how do I get their repo onto my terminal?

If I am a collaborator on someone's repository on Github, how do I get their repo onto my terminal? Is it git pull? git fetch? or something else entirely?

You have to git clone git@.... to get their repo. Just make sure you're not in an existing git repo on your computer when you do it as the clone will create a new 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