From 0cdcfdd6fbe9d695bc958669d91d505aa3872254 Mon Sep 17 00:00:00 2001 From: Kosuke Aoki Date: Sat, 27 Jan 2024 13:40:39 +0900 Subject: [PATCH] =?UTF-8?q?=E8=AA=A4=E6=A4=8D=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- articles/git-move-to-another-repository-with-history.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/git-move-to-another-repository-with-history.md b/articles/git-move-to-another-repository-with-history.md index e48ff2d..6a197f7 100644 --- a/articles/git-move-to-another-repository-with-history.md +++ b/articles/git-move-to-another-repository-with-history.md @@ -25,7 +25,7 @@ rm -rf <パッチファイルの出力先> ``` # はじめに -今までこのファイルやこのディレクトリはリポジトリ A で管理していたけど、やっぱりディレクトリ B で管理したい! っていうこと、ありませんか? +今までこのファイルやこのディレクトリはリポジトリ A で管理していたけど、やっぱりリポジトリ B で管理したい! っていうこと、ありませんか? 単にファイルやディレクトリを移動・コピーするだけなら `mv` コマンドや `cp` コマンドで簡単にできますが、せっかく Git で管理しているのにこれだと履歴が途絶えてしまいます。