开发者

Github is acknowledging my commit but ignoring my push?

I made some changes and commited them. GitHub acknowledged accordingly, but git push returns everything up-to-date.. I h开发者_StackOverflow社区ave tried using the full repo path as well.


Try:

git branch
#Shows your current branch, let's say $BRANCH
git push origin $BRANCH


I ended up forcing the push. It broke sone stuff but put my history where it should have been.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜