Update to the new version without overwriting the files

Is there a way to update my ionic version to the new version without overwriting the files?
How do I know which rows have been replaced by \ been changed \ deleted or added?

Do you use git? If so, I would recommend creating a repository for your app, making a commit of your work so far, and then replacing the ionic files in www/lib with the new versions. Git will show you the differences between the old and new version of the ionic framework files, and you can roll the changes back if things go wrong

1 Like