将特定文件还原为origin / master

时间:2017-01-02 16:38:07

标签: git github

我正在开发一个功能分支(例如 - new_feature_branch)。我已经更改了一组文件,我的所有更改都是commit,然后是push到远程git仓库(比如origin/new_feature_branch)。但现在我只希望specific_file的特定文件(比如new_feature_branch)恢复为(origin/master)。我怎样才能做到这一点?我试过了 -

git checkout origin/master specific_file name 

但它对我没用。

0 个答案:

没有答案