Git 常用方法

流程:

  • Step1, Git GUI Init/Create New Repository, 来建立个库
    Git 常用方法
    Step2, Git GUI Init/Create New Repository/Stage change, 再Commit
    Git 常用方法
    常用方法:
  1. Git GUI Init/Edit/Revert, 选择“unstaged change"内容,来撤销更改Git 常用方法
  2. Tortoise Git/ show log, 显示Commit, 版本信息
  3. Tortoise Git/ Creae tag, 建立版本版本信息Git 常用方法
  4. Totorise git\ Show log \ pull… , 来导出数据
  5. Totorise git\ Show log \ rest “master” to this… , 来导出数据到当前位置 Git 常用方法