git版本回退

① git log查看历史版本的id信息

② git reset --hard id

③ git push -f -u origin master

④ git pull origin master

你可能感兴趣的:(git版本回退)