Git push/clone to new server

前端 未结 5 1168
别跟我提以往
别跟我提以往 2020-12-12 09:19

I\'m just learning Git and there is something I can\'t work out. After creating and using a git repository locally on my Mac, can I push a copy to another server somewhere e

5条回答
  •  佛祖请我去吃肉
    2020-12-12 09:46

    You can push a branch to a remote server, say github. You would first have to do the initial project setup, then clone your project and:

    git push  
    

提交回复
热议问题