GitX 与 Github,提交未显示
我创建了一些示例更改、暂存文件并提交。提交成功,但更改没有显示在 github 上,是否还缺少其他内容?
I've created a few sample changes, staged the file, and committed. The commit is successful, but the changes do not show up on github, is there something else I'm missing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你推动了这些改变吗?在 Git 中(与 SVN 不同),提交只会将更改添加到您的本地存储库中;您仍然需要将更改推送到远程存储库。
Did you push the changes? In Git (unlike SVN), committing only adds changes to your local repo; you still have to push the changes out to remote repos.