Files
alfred-preferences/Alfred.alfredpreferences/snippets/Git 指令工具箱/Discard changes in the current directory and revert to the last commit [F38724C4-04F8-4803-B64A-E979F8E9BE11].json
2026-03-26 09:22:38 +08:00

8 lines
227 B
JSON

{
"alfredsnippet" : {
"snippet" : "git checkout .",
"uid" : "F38724C4-04F8-4803-B64A-E979F8E9BE11",
"name" : "Discard changes in the current directory and revert to the last commit",
"keyword" : "co.dot"
}
}