How to use git reset in netbeans?

假装没事ソ 提交于 2019-12-10 10:25:18

问题


I want to undo my last commit in NetBeans.

As I found the command is '$ git reset --soft HEAD~ ' but how can I do it in NetBeans7 IDE?


回答1:


  • Use Main menu: Team -> Git -> Reset... (NB 7.3.x) OR
  • Use Main menu: Team -> Git-> Revert/Recover-> Reset... (or use the context menu) (NB 7.4)


来源:https://stackoverflow.com/questions/15447988/how-to-use-git-reset-in-netbeans

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!