摘要:
转自:https://www.cnblogs.com/hzhhhbb/p/11488861.html 一、引言 我在github上fork了一个项目,之后原作者又更新了内容,我想把原作者更新的内容同步到我fork的项目仓库中。在此记录一下同步步骤。 二、同步步骤 打开fork的项目的主页,点击New 阅读全文
摘要:
写在前面 简要步骤及命令 git init git add . git commit -m "update msg" git remote add origin git@github.com:jianwenjuan/jsComponent.git git pull origin master --a 阅读全文