git 警告——TODO

warning: push.default is unset; its implicit value has changed in
Git 2.0 from 'matching' to 'simple'. To squelch this message
and maintain the traditional behavior, use:

git config --global push.default matching

To squelch this message and adopt the new behavior now, use:

git config --global push.default simple

When push.default is set to 'matching', git will push local branches
to the remote branches that already exist with the same name.

Since Git 2.0, Git defaults to the more conservative 'simple'
behavior, which only pushes the current branch to the corresponding
remote branch that 'git pull' uses to update the current branch.

See 'git help config' and search for 'push.default' for further information.
(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode
'current' instead of 'simple' if you sometimes use older versions of Git)

To http://git.oschina.net/laeser/dinner
4770b34..d8be0e5 master -> master

解决如下:git config --global push.default matching或者git config --global push.default simple命令,以后再push就不会有警告了。

参考了文章:http://blog.csdn.net/exlsunshine/article/details/18988531

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • **2014真题Directions:Read the following text. Choose the be...
    又是夜半惊坐起阅读 13,493评论 0 23
  • 瑟瑟西风落叶飞。萧条总与梦相违。 交映明眸滴寒露,点秋衣。 似怯深秋孤雁尽,独怜斜日彩云归。 漫抚瑶琴歌万遍,为阿谁……
    尘埃落定1阅读 2,939评论 1 18
  • 伊俩特阅读 1,450评论 0 2
  • 区分大小写 标识符 即变量、函数、属性的名字,或者函数的参数。 规则 第一个字符必须是字母、下划线,或者美元...
    _老徐_阅读 2,929评论 0 0

友情链接更多精彩内容