Files
alfred-preferences/Alfred.alfredpreferences/snippets/Git 指令工具箱/刪除 git 工作區中的暫存檔案 [35C546F1-57CF-4154-A0DD-AC44A131D83A].json
2026-03-26 09:22:38 +08:00

8 lines
199 B
JSON

{
"alfredsnippet" : {
"snippet" : "git rm {cursor} --cached",
"uid" : "35C546F1-57CF-4154-A0DD-AC44A131D83A",
"name" : "刪除 git 工作區中的暫存檔案",
"keyword" : ""
}
}