ACELY

  • Git reset 某个文件详解

    一、什么是 git reset git reset 是 Git 中常用的一个命令,用于撤销之前的提交。它有三种模式: 1. soft 撤销 commit,但保留修改。使用此模式时,…

    编程 2025-04-23