-### Git 常用命令

  • 拉取最新更新
      git pull origiin master
    
  • 回退到某一版本

    可以回退到某一版本,也可以重置所有提交

      git log # 查看版本提交记录,获取commit ID
      git reset --hard commitID
    

results matching ""

    No results matching ""