Skip to content

Commit

Permalink
doc: include git add -f to include folder
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS committed Aug 11, 2023
1 parent aa40a04 commit 8858fc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/contributing/maintaining-openssl.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ files if they are changed before committing:

```console
% git add deps/openssl/config/archs
% git add deps/openssl/openssl/include/crypto/bn_conf.h
% git add deps/openssl/openssl/include/crypto/dso_conf.h
% git add deps/openssl/openssl/include/openssl/opensslconf.h
% git add -f deps/openssl/openssl/include/crypto/bn_conf.h
% git add -f deps/openssl/openssl/include/crypto/dso_conf.h
% git add -f deps/openssl/openssl/include/openssl/opensslconf.h
% git commit
```

Expand Down

0 comments on commit 8858fc2

Please sign in to comment.