Files
alfred-preferences/Alfred.alfredpreferences/snippets/Git 指令工具箱/取消已暫存檔案 [F0154536-10A3-430E-8FBF-5124DD084974].json
2026-03-26 09:22:38 +08:00

8 lines
194 B
JSON

{
"alfredsnippet" : {
"snippet" : "git restore --staged {cursor}",
"uid" : "F0154536-10A3-430E-8FBF-5124DD084974",
"name" : "取消已暫存檔案",
"keyword" : "unstage"
}
}