[git]解决:git config --global push.default matching

前端之家收集整理的这篇文章主要介绍了[git]解决:git config --global push.default matching前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

解决:git config --global push.default matching

这个警告的意思是:需要设置默认push的分支,所以设置好全局push的默认分支就好了。命令如下:

在有git目录下:输入git config --global push.default current

猜你在找的Git相关文章