79272349

Date: 2024-12-11 15:53:51
Score: 1.5
Natty:
Report link

run the following command in a Repo checked out the wanted branch:

git ls-remote origin 'pull/*/head' | grep -F -f <(git rev-parse HEAD) | awk -F'/' '{print $3}'
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: elistr