何時提取網址和推送網址對於某個遠程計算機而言不是相同的?Git「抓取URL」和「推送網址」,有什麼區別?
例如,當我運行git remote show central
爲遠程命名中心,輸出的樣子:
* remote central
Fetch URL: [email protected]:/home/aoberoi/Repositories/example.git
Push URL: [email protected]:/home/aoberoi/Repositories/example.git
HEAD branch: master
Remote branch:
master tracked
我只是不明白爲什麼我會從以下獲取和推到兩個不同的網址,什麼類型的工作流程是否適用於?