git还原成某个点

1.本地 

   git  reset  --hard    commit值

   git  push  -f   // 强制同步到git库(git服务器)

2.项目所在线上服务器

   git  reset  --hard    commit值

posted @ 2014-10-25 01:34  笑月儿  Views(312)  Comments(0Edit  收藏  举报