提交 23cd12d5 编写于 作者: 亦蔚然's avatar 亦蔚然

更新了笔记

上级 aa4ee452
......@@ -50,12 +50,16 @@
```shell
git reset HEAD~1
```
- 撤销PR的提交
```shell
git log --获得61b22195162ec24fbbf2ef020485bb0a524c82b9
git revert 61b22195162ec24fbbf2ef020485bb0a524c82b9
```
- 若在自己分支出现与master冲突时,可以通过force push
```shell
git push -f
```
- commit提交文本,首行做标题行,第二行开始写内容,每行最好不要超过72个字符
- 撤销PR的提交
```shell
git log --获得61b22195162ec24fbbf2ef020485bb0a524c82b9
git revert 61b22195162ec24fbbf2ef020485bb0a524c82b9
```
-
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册