【github】git remote add origin .git 中的origin是什么意思?下面是github網(wǎng)站中給出的解釋,無奈英文太差,不懂。請(qǐng)教大牛。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貢獻(xiàn)2041條經(jīng)驗(yàn) 獲得超4個(gè)贊
origin 是默認(rèn)的遠(yuǎn)程版本庫的名字,一般大家都這么用,你也可以取其他名字比如thisIsNotOrigin什么的,在.git/config中有相應(yīng)的設(shè)置。
- 2 回答
- 0 關(guān)注
- 1863 瀏覽
添加回答
舉報(bào)
0/150
提交
取消