AdSense

網頁

2019/9/20

Git 檢查遠端是否有更新 check remote repository change

Git檢查遠端倉庫(remote repository)上是否有新的提交的方法如下。


使用git remote update來更新所有分支追蹤的遠端參考。

$ git remote update

或是只更新一條追蹤的遠端參照,例如origin/master

$ git fetch origin/master

若遠端有新的commit,則此時輸入git status會出現需要git pull的提示。


參考:

沒有留言:

AdSense