程式與日常
Git檢查遠端倉庫(remote repository)上是否有新的提交的方法如下。
使用git remote update來更新所有分支追蹤的遠端參考。
git remote update
$ git remote update
或是只更新一條追蹤的遠端參照,例如origin/master。
origin/master
$ git fetch origin/master
若遠端有新的commit,則此時輸入git status會出現需要git pull的提示。
git status
git pull
參考:
張貼留言
沒有留言:
張貼留言