thblt / write-yourself-a-git

Learn Git by reimplementing it from scratch

Home Page:https://wyag.thb.lt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No GitTag class

nguyenminh-phuc opened this issue · comments

In the article, the GitTag class is defined as

class GitTag(GitCommit):
   fmt = b'tag'

But in the libwyag.py file, the code is not found.

Well spotted, thank you!