pkgs/README: suggest using git add -A

Suggest using `git add -A` instead of `git add .` as it is a little more robust.

https://stackoverflow.com/q/26042390/13749801
This commit is contained in:
Nikita Krasnov
2025-06-23 14:14:30 +03:00
committed by GitHub
parent 300a80c3b9
commit b598273a40
+1 -1
View File
@@ -576,7 +576,7 @@ If you do need to do create this sort of patch file, one way to do so is with gi
```ShellSession
$ git init
$ git add .
$ git add -A
```
3. Edit some files to make whatever changes need to be included in the patch.