Android Studio Git實現回退至某一個版本

流程: 1、android studio上部VCS > Git > Reset Head.. 2、選擇Reset Type 註釋:Reset Type git reset –mixed:此爲默認方式,不帶任何參數的git reset,即時這種方式,它回退到某個版本,只保留源碼,回退commit和index信息 git reset –soft:回退到某個版本,只回退了commit的信息,不會恢復到i
相關文章
相關標籤/搜索