修复git命令

This commit is contained in:
zhbaor 2024-09-23 20:34:26 +08:00
parent 8efcd00fce
commit 05a98421e3

View file

@ -26,8 +26,8 @@ command_list = {
"lfs": "git\\bin\\git lfs install",
"ensurepip": "python\\python -m ensurepip --default-pip",
"clone": "git\\bin\\git clone https://git.zhaozuohong.vip/mower-ng/mower-ng.git --branch slow",
"fetch_fast": "..\\git\\bin\\git fetch origin/fast",
"fetch_slow": "..\\git\\bin\\git fetch origin/slow",
"fetch_fast": "..\\git\\bin\\git fetch origin fast",
"fetch_slow": "..\\git\\bin\\git fetch origin slow",
"switch_fast": "..\\git\\bin\\git switch -f fast",
"switch_slow": "..\\git\\bin\\git switch -f slow",
"reset_fast": "..\\git\\bin\\git reset --hard origin/fast",