79100112

Date: 2024-10-17 23:38:10
Score: 1
Natty:
Report link

This one works with the gitpython library:

from git import Repo
repo = Repo('https://github.com/readme')
repo_tags = repo.git.ls_remote("--tags",'https://github.com/readme',sort='-v:refname')
print(rr.split('\n')[0].split('/')[-1])
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Towhid Islam