git回滚并强制提交

git 回滚到某个版本:  git reset --hard 版本号
强行回滚远程服务器:  git push -f

一片比较好的链接:http://www.douban.com/note/189603387/ 

你可能感兴趣的:(git,git,ubuntu)