git拉取github中的pr分支

在本地仓库中的.git目录(可能隐藏的)的config文件,添加fetch = +refs/pull/*/head:refs/remotes/origin/pr/*,最终,这块的代码如下:

[remote "origin"]
    fetch = +refs/heads/*:refs/remotes/origin/*
    url = git@github.com:joyent/node.git
    fetch = +refs/pull/*/head:refs/remotes/origin/pr/*


0 条评论

    发表评论

    电子邮件地址不会被公开。 必填项已用 * 标注