Replies: 1 comment 3 replies
-
|
Yes, I experience the same thing. I implemented this in Copier, and I don't know why it happens. I didn't take the time to investigate yet since the issue is only annoying ^^ |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Whenever I run
copier update, some of the unchanged files still show up ingit statuslike this:❯ git status On branch main Your branch is up to date with 'origin/main'. Unmerged paths: (use "git restore --staged <file>..." to unstage) (use "git add <file>..." to mark resolution) both modified: src/sample/__init__.py both modified: tests/conftest.py Changes not staged for commit: (use "git add <file>..." to update what will be committed) (use "git restore <file>..." to discard changes in working directory) modified: .copier-answers.yml modified: .github/workflows/deploy-to-dev.yaml modified: .pre-commit-config.yaml modified: Taskfile.yamlNote the
Unmerged paths. If I check the files, I see no differences. Igit addthem and continue.Anyone else experiencing this? I don't know why and am curious.
Beta Was this translation helpful? Give feedback.
All reactions