1
A
回答
0
git pull
沒有掛鉤。
由於mentioned here,您需要設置某種任務來監控正在提取到本地回購庫中的新提交,以便觸發您想要的內容。
那還是一個alias for the git pull
command。
相關問題
- 1. git pull自動合併
- 2. 在git pull時防止合併
- 3. git pull合併後檢查更改
- 4. 沒有目標端合併的git push(pull是取推得是???)
- 5. 合併Pull請求看起來很醜/是否可行?
- 6. 是否可以阻止git pull/fetches?
- 7. 是否有git --super/- force pull命令?
- 8. 我可以告訴git pull覆蓋而不是合併?
- 9. 爲什麼我總是要手動合併git pull?
- 10. Git pull:錯誤:輸入foo不是最新的。無法合併
- 11. 如何用git pull合併文件時修復git衝突?
- 12. git-subtree pull併發症
- 13. git:hook處理文件?
- 14. GIT是否強制許多大合併?
- 15. 在Git中是否對稱合併?
- 16. 爲什麼git pull origin master不能工作,但是git pull呢?
- 17. Git中是否有「git pull --dry-run」選項?
- 18. 我可以使用git pull --rebase而不是「git stash git pull git stash pop」嗎?
- 19. 如何搶先gpt pull合併錯誤?
- 20. Git Hook for git pull
- 21. git pull VS git fetch git rebase
- 22. Git pull不知道要合併哪個分支
- 23. git pull - 在再次推送前合併遠程更改
- 24. Git Pull不可能,未合併的文件
- 25. git pull將一個分支合併到當前分支中
- 26. git pull何時會導致多個分支之間的合併?
- 27. 如何合併來自兄弟分岔的git pull請求?
- 28. git pull:告訴它要合併哪個分支
- 29. 將上游的git變更與未決的pull請求合併
- 30. 如何使用git pull自動保存合併提交--rebase?