Skip to content

Commit 5383ff4

Browse files
committed
Read me updated with merge instructions
1 parent b57925a commit 5383ff4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,16 @@ chezmoi diff # to view the difference
4949
5050
chezmoi merge ~/.zshrc
5151
```
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+
```bash
61+
cz diff | grep '^+++ '
62+
```
5263
5364
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

Comments
 (0)