方法一 http://stackoverflow.com/questions/25815202/git-fetch-a-single-commit The git fetch command delivers references (names, not raw commit-IDs) to the remote, more or less. (More specifically, use git ls-remote remotename to see what the remote is wi…