Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShenMian committed Jan 18, 2025
1 parent ef80256 commit 2b63442
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/其他/Git.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ git stash pop # 恢复贮藏

其中 `git stash pop` 的作用类似 `git stash apply` 然后 `git stash drop`.

更多有关贮藏的信息请参考 [Pro Git 的对应章节](https://git-scm.com/book/zh/v2/Git-%E5%B7%A5%E5%85%B7-%E8%B4%AE%E8%97%8F%E4%B8%8E%E6%B8%85%E7%90%86).

## 提交信息

提交信息的编写方式可以参考 [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/), 里面列举了一些[例子](https://www.conventionalcommits.org/en/v1.0.0/#examples)[优点](https://www.conventionalcommits.org/en/v1.0.0/#why-use-conventional-commits).
Expand Down

0 comments on commit 2b63442

Please sign in to comment.