git經常使用的一些小技巧

git的一些操做 刪除遠程文件夾可是不刪除本地文件夾 git rm -r --cached node_modules/ git commit git push 回到某一個版本 經過git log獲得comment id的hash值 // 回到指定版本 git reset --hard 3628164 // 回到上一個版本 git reset --hard HEAD^
相關文章
相關標籤/搜索