You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
352 B

  1. Git 是什么:分布式版本控制系统,用于追踪文件变化
  2. 分支:指向某个节点的指针,用于并行开发不同功能
  3. 这是feature/test分支新增的内容
  4. 冲突test
  5. 第一种补丁应用测试第二次尝试
  6. <<<<<<< HEAD
  7. 第三种补丁应用测试第二次尝试
  8. 修改版本
  9. =======
  10. 加点东西
  11. >>>>>>> master11