We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac7240 commit 1b2852eCopy full SHA for 1b2852e
scripts/check_modules.py
@@ -216,6 +216,10 @@ def check_modules():
216
"name": "The period at the end of the command is not necessary since v9. It is recommended to remove it.",
217
"category": "Recommendation",
218
},
219
+ "git checkout": {
220
+ "name": "Replace it with `git switch`. It's not a drop-in replacement, so make sure to check the documentation.",
221
+ "category": "Recommendation",
222
+ },
223
}
224
225
search_strings_package_json = {
0 commit comments