鏇存柊鏂囨。

This commit is contained in:
renjianbo
2026-01-13 14:38:46 +08:00
parent 014ef65606
commit 311db72900
6 changed files with 31 additions and 48 deletions

View File

@@ -0,0 +1,15 @@
# 早上
git fetch origin
git rebase origin/master # 更新本地代码
# 开发中
git add .
git commit -m "..."
# 推送前
git pull --rebase origin master # 再次更新
解决冲突(如果有)
git push origin HEAD:refs/for/master
# 查看 Gerrit 反馈
# 根据评审意见修改