摘要: 正确命令及作用 git ls-remote --heads <远程仓库URL> # 或简写为 git ls-remote -h <远程仓库URL> 输出示例 $ git ls-remote -h https://github.com/user/repo.git a1b2c3d... refs/hea 阅读全文
posted @ 2025-04-28 16:27 山村放羊娃 阅读(24) 评论(0) 推荐(0)