You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within the versions/ directory, there are many different files with version numbers at the end. Instead of doing it this way, you can use the power of git and version control. The git way to do this would be to have one file where the changes are tracked through version control. When an official version is ready, make a tag and/or release for it. When you have different files for different versions, it is difficult to track what is different between individual versions or when a feature was added or modified.
The text was updated successfully, but these errors were encountered:
Within the versions/ directory, there are many different files with version numbers at the end. Instead of doing it this way, you can use the power of git and version control. The git way to do this would be to have one file where the changes are tracked through version control. When an official version is ready, make a tag and/or release for it. When you have different files for different versions, it is difficult to track what is different between individual versions or when a feature was added or modified.
The text was updated successfully, but these errors were encountered: