GlovePIEPreservation / GlovePIE

The original creator stopped maintaining it and the original site went down. I have uploaded my copy so people can continue using it.
https://github.com/GlovePIEPreservation/GlovePIEReverseEngineering
138 stars 20 forks source link

Use git versions/tags/branches instead of directories #5

Open pansk opened 1 year ago

pansk commented 1 year ago

Git works differently. You don't really want to add a directory every time a new revision comes, the correct use of git would be to always add the new version on top of the previous one (adding/removing files), and then tagging the version with its version. In this way, master/main always have the latest version, and specific other versions can always be retrieved via tags.