git无痛版本回退

回退到之前 n个版本 git checkout HEAD~n回退到指定版本 git checkout 版本id or tag 获取git历史版本信息 git log 如果要回到本地最新版本要 add commit 一下才能回到最新.