git を追加
parent
92e126548a
commit
47c6fbba29
8
git.md
Normal file
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
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user