commands.sh

git ls-remote

all

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.

More info →

Options (1)

-t, --tagsboolean

Show only tags references in the default remote repository

Example: git ls-remote {{[-t|--tags]}}

Examples (5)

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

git ls-remote [-t|--tags]

Show all references from a remote repository based on name or URL

git ls-remote repository_url

Show references from a remote repository filtered by a pattern

git ls-remote repository_name "pattern"
made by @shridhargupta | data from tldr-pages