功能: List references in a remote repository 命令格式: git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>] [-q | --quiet] [--exit-code] [--get-url] [--symref] [<repository> [<refs>…]] 命令参数: -h --heads -t --tags Limit to only refs/heads and refs/tags, respectively. These options are not mutually exclusive; when given both, references stored in refs/heads and refs/tags are displayed. 命令用法: 1、查看远程仓库所有分支 git ls-remote --heads repo_url
Git学习笔记-远程仓库-ls-remote命令
最新推荐文章于 2025-10-27 09:37:16 发布
本文介绍如何使用git ls-remote命令来查看远程仓库的所有分支。通过指定不同的参数,可以限制显示特定类型的引用,如只列出heads或者tags。
218

被折叠的 条评论
为什么被折叠?



