摘要:
az vm list -d -o json --query "[?name=='vm-name']" | jq '.[0].powerState' 输出vm信息 az vm list -d -o table 输出指定vm信息 az vm list -d -o table --query "[?nam 阅读全文
摘要:
问题: 执行切换代码分支 git checkout featrue_2019-06-24 ,报错如下: error: you need to resolve your current index first 执行git pull代码时报错: Pull is not possible because 阅读全文