Loading...
Loading...
Compare original and translation side by side
/sync # Pull from origin main
/sync develop # Pull from origin develop
/sync upstream # Pull from upstream main (forks)/sync # 从origin main拉取
/sync develop # 从origin develop拉取
/sync upstream # 从upstream main拉取(适用于复刻仓库)git statusgit stashgit stash pop/cpgit checkout .git statusgit stashgit stash pop/cpgit checkout .git pull origin maingit pull --rebase origin maingit pull origin maingit pull --rebase origin mainSynced with origin/main
- 3 commits pulled
- Files changed: 5
- No conflicts已与origin/main同步
- 拉取了3次提交
- 变更文件数:5
- 无冲突git add <files>git commitgit add <files>git commitundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefined| Error | Solution |
|---|---|
| "Uncommitted changes" | Stash or commit first |
| "Merge conflict" | Help resolve conflicts |
| "Remote not found" | Check |
| 错误 | 解决方案 |
|---|---|
| "未提交的变更" | 暂存或先提交 |
| "合并冲突" | 协助解决冲突 |
| "未找到远程仓库" | 检查 |