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:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user