Qwas Notes
Attachments
History
Blame
View Source
Documentation
About An Otter Wiki
Toggle dark mode
Login
Home
A - Z
Changelog
Page Index
git
patch
worktree
git
patch
# git patch
用最新的head 创建补丁
```sh
git
format-patch
-1
```
应用补丁
```sh
git
am
./patch.diff
```
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9