随笔分类 - Git
摘要:git fetch --all && git reset --hard origin/master && git pull强制推送到远程仓库,且覆盖远程代码库 git push -f --set-upstream origin master:master
阅读全文
摘要:fatal: in unpopulated submodule 'vendor/ric/thinkphp6-apidoc' 因为/thinkphp6-apidoc是从另一个第三方的仓库克隆的,在执行git add的时候"fatal: in unpopulated submodule/thinkphp
阅读全文
摘要:https://blog.csdn.net/web_csdn_share/article/details/79243308 https://learnku.com/articles/53752 在当前目录新建一个Git代码库 git init 下载一个项目和它的整个代码历史 git clone [u
阅读全文
摘要:git bash 进入.git文件夹 git config --global credential.helper store git config credential.helper store --global 参数为全局设定,可不加 设置后,第一次拉取或推送需要密码,之后就不要了 重新装git后
阅读全文

浙公网安备 33010602011771号