git bundle list-heads repo.bundle

Category: Git - Advanced

git bundle list-heads repo.bundle

List the refs inside a bundle

Shows every branch and tag contained in the bundle file without unpacking it. It is the inspection step before deciding which ref to clone or fetch. The heads are the entry points into the bundled history.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.