The local Git history seems to be the platform implementation, and it is not helpful to me as an artifact.
Is there any way to reset the project progress to a specific stage on the platform side?
Alternatively, please document an approach to create a branching and tagging system on the client side. The drawback is that it must be followed strictly from the beginning.
As a newcomer, lost in refactorings, I am tempted to delete my account and start from scratch. If I make significant investments, that won’t be an option.
Is there any way to reset the project progress to a specific stage on the platform side?
Hey @sundmoon, we don’t currently support resetting progress to a specific stage. However, you can restart a challenge if you want a fresh start:
Alternatively, please document an approach to create a branching and tagging system on the client side.
Could you clarify what you have in mind for that? We only track commits on the master branch, so you’re free to use any branching or tagging strategy you want.
The drawback is that it must be followed strictly from the beginning.
The commit messages can be whatever you prefer. Could you share more about what’s giving you trouble?