Y
Hacker News
new
|
ask
|
show
|
jobs
by
divbzero
1711 days ago
Would that be
git for-each-ref
[1] or something different?
[1]:
https://git-scm.com/docs/git-for-each-ref
1 comments
remram
1710 days ago
Commits are not refs, only the head of a branch (or tag) is a ref.
link