Files
alfred-preferences/Alfred.alfredpreferences/snippets/Git 指令工具箱/建立 Git Commit含訊息 [AB976B9A-7B52-4102-92E1-9987709615DE].json
2026-03-26 09:22:38 +08:00

8 lines
205 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"alfredsnippet" : {
"snippet" : "git commit -m \"{cursor}\"",
"uid" : "AB976B9A-7B52-4102-92E1-9987709615DE",
"name" : "建立 Git Commit含訊息",
"keyword" : "commit.msg"
}
}