标签: powershell
我想制作一个PS脚本来检出我的Dev分支并提取最新的提交,但是当您执行git pull时,它会要求用户名和密码。我想注入用户名,然后自己输入密码。我将如何去做呢?
git pull
当前代码:
git checkout development git pull