git を更新

syui 2025-03-17 02:50:10 +00:00
parent 47c6fbba29
commit c55f996c85

4
git.md

@ -5,4 +5,6 @@ $ git update-ref -d HEAD
$ git add . $ git add .
$ git commit -m "first" $ git commit -m "first"
$ git push -f $ git push -f
``` ```
最初のcommitは空にして、次からaddするのがいいかも。