git相关

git config --global credential.helper store

git pull 不需要输入密码

两个不同的项目拉取

git pull origin master --allow-unrelated-histories
原文地址:https://www.cnblogs.com/AlexNull/p/8954324.html