If I change the framework or one of the major technology (for example React -> Vue) should I restart the repository?
Asked
Active
Viewed 74 times
1 Answers
3
If by restart you mean reset the commit history, you should probably not.
If you delete your commit history you won't be able to revert or rollback your breaking changes. So it is better to keep it in your repository or work in a new repository.

Mickael B.
- 4,755
- 4
- 24
- 48