Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一些示例更改,暂存文件并提交。提交成功,但更改未显示在 github 上,我还缺少什么吗?
你推动改变了吗?在 Git(与 SVN 不同)中,提交只会将更改添加到本地存储库;您仍然必须将更改推送到远程存储库。