我只開始使用git hub。我會非常感謝幫助我的問題。我無法理解git fetch - > git merge - > git push之間的區別,您在本地計算機上執行本地操作,並且在您推送分支時,比在github.com中創建拉取請求,然後單擊合併。也許我做錯了什麼,這就是爲什麼我不明白其中的差異。對於這個問題抱歉,謝謝你的幫助。git merge和github pull請求之間的區別
1
A
回答
1
git pull <remote> <branch>
基本上是一個git fetch <remote>
其次git merge <remote>/<branch>
。
因此,一個拉請求基本上是一個請求,您提交給GitHub存儲庫的所有者,要求他們將您的更改提交到其存儲庫中的git pull
。
如果您擁有要推送的存儲庫,則不需要使用拉取請求,除非您想讓其他協作者有機會在合併之前查看更改。
0
你可以用git的教程開始:http://try.github.io/levels/1/challenges/1
相關問題
- 1. git pull --rebase,git rebase和git merge之間的區別
- 2. git分支:``git merge master``和``git pull origin master``之間的區別
- 3. git pull和git請求拉之間的區別
- 4. git merge和git fetch之間的區別?
- 5. git pull之間的區別。 master vs git merge master
- 6. git pull和git pull之間的區別--rebase
- 7. TeamCity building Git/GitHub pull請求
- 8. 爲Git,Github和Github桌面的Windows/Linux/Mac之間的區別
- 9. git merge,push,pull confusion
- 10. git request-pull:如何在命令行上創建(github)pull請求?
- 11. Git Pull請求失敗
- 12. GIT:合併請求和合並請求之間有什麼區別?
- 13. git push和git pull有什麼區別?
- 14. 「克隆」請求和「重放」請求之間的區別?
- 15. AJAX請求和常規瀏覽器請求之間的區別
- 16. git merge --no-ff和git merge有什麼區別--squash
- 17. GIT拉請求與開發者側合併之間的區別
- 18. github gist和wiki之間的區別
- 19. github上fork和branch之間的區別
- 20. Git在git pull和請求密碼之間有很長的延遲
- 21. 兩個http請求之間的區別
- 22. 當從原點拉動時,「git pull」命令之間的區別?
- 23. 「git pull origin」和「git pull remote」有什麼區別?
- 24. GET請求之間的區別?
- 25. GIT pull請求root密碼
- 26. 有什麼區別git fetch B + git merge B vs git merge origin/B
- 27. 如何在github上進行pull請求?
- 28. Spring MVC:spring之間的區別:消息和請求區域設置
- 29. Appengine儀表板:請求/秒和需求/秒之間的區別
- 30. .git/info/exclude和.gitignore之間的區別