摘要:
根据你的 git status 输出,你正在进行一个 rebase 操作,而且还有未完成的操作。如果你只想要让分支在最新的代码上,可以放弃当前的 rebase 操作,并从远程仓库拉取最新的代码,可以按照以下步骤进行操作: 执行 git rebase --abort 命令来放弃当前的 rebase 操 阅读全文
摘要:
参考文献Supervisor使用详解 How to keep Celery running with supervisor Installation First, you need to install supervisor in your virtualenv and generate a con 阅读全文