git を追加

syui 2025-03-17 02:48:29 +00:00
parent 92e126548a
commit 47c6fbba29

8
git.md Normal file

@ -0,0 +1,8 @@
# 最初のcommitに戻す
```sh
$ git update-ref -d HEAD
$ git add .
$ git commit -m "first"
$ git push -f
```