首頁需要在github上創(chuàng)建一個倉庫,這個就不要介紹了吧:然后在終端需要執(zhí)行的命令
1.?。悖洹。üこ痰穆窂?,可以直接拖到終端下)
2. git init
3.?git?add?.
4.?git?commit?-m”第N次提交(隨意寫)"
5. git remote add origin https://github.com/pkyeck/socket.IO-objc(是你創(chuàng)建的倉庫的鏈接)
6.?git?pull?origin?master
7.?git?push?-u?origin?master
然后就是等待了。