We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b57925a commit 5383ff4Copy full SHA for 5383ff4
README.md
@@ -49,5 +49,16 @@ chezmoi diff # to view the difference
49
50
chezmoi merge ~/.zshrc
51
```
52
+In the opened vs code window, local files are on the left and files from github are on the right
53
+
54
+you can also use merge-all to merge all the file once instead of doing it one by one
55
+```bash
56
+cz merge-all
57
+```
58
59
+If you decide to do merges one by one and want to check which all files changed use:
60
61
+cz diff | grep '^+++ '
62
63
64
refer to [faqs](https://www.chezmoi.io/user-guide/frequently-asked-questions/usage/) to read `How do I edit my dotfiles with chezmoi?`
0 commit comments