-
|
Why was the From the docs: "Add files that should exist, irrespective of their contents." What's the meaning of "should exist"? I guess in the source state? I'm sorry to be lazy and just ask and not test myself but |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
The |
Beta Was this translation helpful? Give feedback.
--createsets thecreate_attribute on the added file.The
create_attribute means "create a file with the given contents if the file does not exist. If the file already exists, then do not change its contents." It's for managing files that need an initial state but should not be changed by chezmoi afterwards.