修复git命令
This commit is contained in:
parent
8efcd00fce
commit
05a98421e3
1 changed files with 2 additions and 2 deletions
4
main.py
4
main.py
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue