用git如何把單個文件回退到某一版本

暫定此文件爲a.jspgit

1.首先到a.jsp所在目錄:jsp

經過 git  log a.jsp3d

查看a.jsp的更改記錄blog

 

2.找到想要回退的版本號:例如 fcd2093it

經過 git reset  fcd2093 a.jspbug

把文件回退im

3.提交本次回退img

git commit -m "註釋內容"註釋

 

4.選中該文件文件

git checkout a.jsp

5.push到遠程目錄

git push origin branch   例如 : git push origin bugfix/req-910

相關文章
相關標籤/搜索