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
When running copier update, local files like README, .github actions, etc. that have changed since copier init should not be overwritten by the original copier template
On copier update, we should only update files that have changed in the copier template, not try to reset all local files that are different from the copier template.
Actual
Copier update makes a ton of merge conflicts in the local files that are different from the copier template
Desired
Actual