【github】git remote add origin .git 中的origin是什么意思?下面是github網站中給出的解釋,無奈英文太差,不懂。請教大牛。A remote is a repository stored on another computer, in this case on GitHub's server. It is standard practice (and also the default in some cases) to give the name origin to the remote that points to your main offsite repository (for example, your GitHub repository).
2 回答

縹緲止盈
TA貢獻2041條經驗 獲得超4個贊
origin 是默認的遠程版本庫的名字,一般大家都這么用,你也可以取其他名字比如thisIsNotOrigin什么的,在.git/config中有相應的設置。
- 2 回答
- 0 關注
- 1854 瀏覽
添加回答
舉報
0/150
提交
取消