自思

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2018年7月26日

摘要: 查看历史版本git log 恢复到某个版本git reset --hard 44bd896bb726be3d3815f1f25d738a9cd402a477 初始化仓库git init 添加到远程仓库git remote add origin xxxx.git 添加改变,提交到仓库git add . 阅读全文
posted @ 2018-07-26 17:37 191-bloger 阅读(114) 评论(0) 推荐(0) 编辑