git restore --staged <file>... 命令用于将文件从暂存区(Staged Area)中移除,即撤销 git add 操作,但保留工作区(Working Directory)中的修改。 具体来说,当你在开发过程中,可能会将某些文件的修改添加到暂存区,但随后决定不将这些修改包含在当前提交中。这时,你可以使用 git restore --staged <fi...
in Public note Git unstage version control git reset filename.txt Will remove a file named filename.txt from the current index, the "about to be committed" area, without changing anything else. To undogit add .usegit reset(no dot). ...
remove-memo-in-redeem remove-new-deploy remove-scrollbar-fc-history remove-source-map-analyzer remove-tier remove-tier-limit remove-tier-nomenclature remove-v1-from-shared remove_constants.ts_use_constants.tsx remove_menu_items remove_mobile_check_for_transaction_list_style_move_mobile_into_desktop...
"simple-git-hooks": { "pre-commit": "pnpm exec lint-staged --concurrent false" "pre-commit": "pnpm exec lint-staged --concurrent false && pnpm test" }, "lint-staged": { "*.{js,ts,json,md}": [ "pnpm format" "*": [ "prettier --write --cache --ignore-unknown" ], "package...
delete mode 100644 src/daemon/org.projectatomic.rpmostree1.policy diff --git a/Makefile-daemon.am b/Makefile-daemon.am index 6e6cb3a..9d4ba61 100644 --- a/Makefile-daemon.am +++ b/Makefile-daemon.am @@ -95,9 +95,6 @@ servicedir = $(datadir)/dbus-1/system-services ...
path. path.join(process.cwd(), 'build/**/*')/// These options extend del's pattern matching API.// See https://github.com/sindresorhus/del#patterns// for pattern matching documentation// Removes files once prior to Webpack compilation// Not included in rebuilds (watch mode)/// Use...
"lint-staged": "^13.0.0", "prettier": "^3.0.0", "prettier-plugin-tailwindcss": "^0.5.11", "storybook-dark-mode": "^4.0.2", "typescript": "^5.1.3" }, "lint-staged": { @@ -107,11 +90,5 @@ "*.+(js|jsx|ts|tsx|json|css|md|mdx)": [ "prettier --write" ] }, "...
staged-git-files "1.1.2" string-argv "^0.0.2" stringify-object "^3.2.2" yup "^0.26.10" yup "^0.27.0" listr-silent-renderer@^1.1.1: version "1.1.1" Expand Down Expand Up @@ -5256,12 +5021,7 @@ lodash.sortby@^4.7.0: resolved "https://registry.yarnpkg.com/lodash.sortby...