Git 开源资料汇总

原创
2021/09/14 09:58
阅读数 131

// TODO: 开源协议后续补充,将托管在 gitee

Git core

  • git-scm.com C/C++编写

Git server

Git client

Git extend/hook/tool

Git hosts

Git docs

Git QA

  • fatal: refusing to merge unrelated histories 
    • 在你操作命令后面加--allow-unrelated-histories
  • git clone 时添加了 --depth 1,之后又想要完整的仓库(shallow clone 转换为 deep clone)
    • git fetch --tags
    • git config remote.origin.fetch '+refs/heads/*:refs/remotes/origin/*'
    • git fetch --unshallow

 

展开阅读全文
加载中
点击引领话题📣 发布并加入讨论🔥
打赏
0 评论
0 收藏
0
分享
返回顶部
顶部