摘要:因为远程仓库里 HEAD 文件 ref: refs/heads/xxxx xxxx 不存在,修改为存在的,或者 git checkout master
阅读全文
06 2021 档案
摘要:强制合并 git pull origin master --allow-unrelated-histories
阅读全文
摘要:git archive -o ../updated.zip HEAD $(git diff --name-only HEAD^)
阅读全文
摘要:字面让人迷惑 Fetch 提取 Pull 拉取:fetch + merge
阅读全文
摘要:git clone --bare my_project my_project.git git init --bare git remote add origin URL
阅读全文

浙公网安备 33010602011771号