How do I code against one github repo on 2 computers?

后端 未结 4 1041
孤独总比滥情好
孤独总比滥情好 2021-01-29 18:11

I have two computers from which I want to contribute to one github repo. How can I accomplish this?

4条回答
  •  囚心锁ツ
    2021-01-29 18:42

    Starting working on another machine do the next:

    1- Creat a new directory on your local machine to have your work saved to it.

    2- from that newly created directory, open Bash( assuming that you already have git installed on your machine) by clicking the right mouse click and you will see (Git Bash here).

    3- on Bash type git clone (your Repo URL OR ssh key). press enter

    4- just done. :)

提交回复
热议问题