From c55f996c854c94b10bf0f51f3f7455c03609ba3d Mon Sep 17 00:00:00 2001 From: syui Date: Mon, 17 Mar 2025 02:50:10 +0000 Subject: [PATCH] =?UTF-8?q?git=20=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- git.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/git.md b/git.md index 6bb7aee..2524a1a 100644 --- a/git.md +++ b/git.md @@ -5,4 +5,6 @@ $ git update-ref -d HEAD $ git add . $ git commit -m "first" $ git push -f -``` \ No newline at end of file +``` + +最初のcommitは空にして、次からaddするのがいいかも。 \ No newline at end of file