We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa40a04 commit 8858fc2Copy full SHA for 8858fc2
doc/contributing/maintaining-openssl.md
@@ -137,9 +137,9 @@ files if they are changed before committing:
137
138
```console
139
% git add deps/openssl/config/archs
140
-% git add deps/openssl/openssl/include/crypto/bn_conf.h
141
-% git add deps/openssl/openssl/include/crypto/dso_conf.h
142
-% 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
143
% git commit
144
```
145
0 commit comments