Files
alfred-preferences/Alfred.alfredpreferences/snippets/Git 指令工具箱/Clone a repository with only the latest commit and switch to the master branch [8D0CB826-879E-4C19-AAC0-A5CF429AA9A9].json
2026-03-26 09:22:38 +08:00

8 lines
271 B
JSON

{
"alfredsnippet" : {
"snippet" : "git clone --depth=1 --branch=master {cursor}",
"uid" : "8D0CB826-879E-4C19-AAC0-A5CF429AA9A9",
"name" : "Clone a repository with only the latest commit and switch to the master branch",
"keyword" : "clone.master"
}
}