How can I get remote refs list (only names and commit id) without fetching objects?
WebUI is not answer obviously.
All that I found is remote HEAD name:
$ git remote -v show origin
* remote origin
Fetch URL: https://git.git
Push URL: https://git.git
HEAD branch: main
Remote branch:
refs/remotes/origin/master stale (use 'git remote prune' to remove)
Local branch configured for 'git pull':
master merges with remote master