git ls-remote
Git command for listing references in a remote repository based on name or URL.
If no name or URL are given, then the configured upstream branch will be used, or remote origin if the former is not configured.
- Show all references in the default remote repository:
- Show only heads references in the default remote repository:
- Show only tags references in the default remote repository:
- Show all references from a remote repository based on name or URL:
- Show references from a remote repository filtered by a pattern:
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).