Git 出问题?

vagrant@homestead:~/Code/larabbs2$ git add -A
vagrant@homestead:~/Code/larabbs2$ git commit -m "Sidebar active users"
On branch master
Your branch is ahead of 'origin/master' by 1 commit.
(use "git push" to publish your local commits)
nothing to commit, working directory clean

《L02 从零构建论坛系统》
以构建论坛项目 LaraBBS 为线索,展开对 Laravel 框架的全面学习。应用程序架构思路贴近 Laravel 框架的设计哲学。
《G01 Go 实战入门》
从零开始带你一步步开发一个 Go 博客项目,让你在最短的时间内学会使用 Go 进行编码。项目结构很大程度上参考了 Laravel。
Sparkfly
最佳答案

上面提示:你有1项待同步的已提交(使用 push)
你本地很干净,没有什么修改可提交的。

https://www.helingfeng.com/2018/04/10/Git-...

6年前 评论
讨论数量: 3

没有任何问题,提醒你可以将本地的提交推送到远程仓库!

6年前 评论
Sparkfly

上面提示:你有1项待同步的已提交(使用 push)
你本地很干净,没有什么修改可提交的。

https://www.helingfeng.com/2018/04/10/Git-...

6年前 评论

讨论应以学习和精进为目的。请勿发布不友善或者负能量的内容,与人为善,比聪明更重要!