fetch命令优化
This commit is contained in:
parent
63b7d2f7f7
commit
4308e72aa4
2 changed files with 4 additions and 3 deletions
|
@ -14,7 +14,7 @@ watch(branch, () => {
|
|||
const steps = computed(() => [
|
||||
{
|
||||
title: '更新源码',
|
||||
command: ['fetch', `switch_${branch.value}`, `reset_${branch.value}`],
|
||||
command: [`fetch_${branch.value}`, `switch_${branch.value}`, `reset_${branch.value}`],
|
||||
cwd: 'mower-ng'
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue