在git处理里加一句话

This commit is contained in:
Aaron Chen 2021-11-26 09:00:12 +08:00
parent 86c47ea1a6
commit 07b6c7274e

View File

@ -33,7 +33,7 @@ git checkout master
git merge iss053
# 合并后可以删iss053分支
git branch -d iss053
# 在iss053上做了一些修改
# 如果合并时发现冲突,需要手动处理一下
```
## 代码推拉