MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / _is_non_fast_forward_push

Function _is_non_fast_forward_push

deployments/desktop/shared/agents.py:1447–1449  ·  view source on GitHub ↗
(output: str)

Source from the content-addressed store, hash-verified

1445 (
1446 "GitHub sync needs remote changes, but automatic rebase conflicted. "
1447 f"Resolve the reading-notes repo manually, then sync again: {rebase_output}"
1448 )
1449 if language == "en"
1450 else (
1451 "GitHub 同步需要合并远端新提交,但自动 rebase 发生冲突。"
1452 f"请手动处理阅读笔记仓库冲突后再同步:{rebase_output}"

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected