git: fetch vs pull, merge vs rebase
fetch vs pull
fetch will download any changes from the remote branch, updating your repository data, but leaving your local branch unchanged.pull will perform a fetch and additionally merge the change
翻译
2015-05-01 22:59:52 ·
329 阅读 ·
0 评论