Any reason for init --apply and apply interactivity difference? #4623
Unanswered
Lockszmith-GH
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I don't see this behavior: $ chezmoi add ~/bar
$ chezmoi apply
$ echo baz >> ~/bar
$ chezmoi init --apply
bar has changed since chezmoi last wrote it? diff/overwrite/all-overwrite/skip/quit Do you have |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
When
chezmoi init --apply
encounters a possible conflict, the interactivity question isdiff/yes/no/all/quit
,when
chezmoi apply
encounters a conflict, the question it:diff/overwrite/all-overwrite/skip/quit
Is this intentional?
If not, maybe it's time to make them uniform?
Beta Was this translation helpful? Give feedback.
All reactions