-
When I add or re-add files they get automatically committed and pushed to my repo. However for daily changes this doesn't seem to work for me, i.e. when I do changes in my source directory and then run My chezmoi.toml:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
chezmoi
No.
|
Beta Was this translation helpful? Give feedback.
chezmoi
No.
autoCommit
andautoPush
only work when chezmoi knows that you've made changes to your source directory, i.e. after commands likechezmoi add
,chezmoi edit
,chezmoi import
, and so on.chezmoi apply
only tells chezmoi to update your home directory. You might have local changes that you're just testing and don't want to commit yet, so it doesn't autocommit or autopush.