代码之家  ›  专栏  ›  技术社区  ›  Mot

移动Git MV记录?

  •  2
  • Mot  · 技术社区  · 15 年前

    调用时 git mv file1 file2 它是在内部记录移动(用于日志中的历史记录跟踪)还是完全与调用相同 mv file1 file2 , git rm file1 git add file2 ?

    1 回复  |  直到 13 年前
        1
  •  5
  •   nonopolarity    13 年前

    git mv --follow git log