使用IDEA第二次或多次更新项目到GitHub 在Terminal下运行以下命令 git add . 加入暂存区git commit -m “second commit” 提交 “” 里是描述信息 git push 上传合并