利用sourcetree自定义操作调用git-bash、cmd、powershell等命令执行工具,传入自定义脚本命令并运行。
sourcetree 工具→选项→自定义操作
比如我的脚本内容:
echo get remote branch list... git remote update origin --prune read -p "enter any key close" -n 1
我们打开操作--自定义操作----(自己定义的名字)
利用sourcetree自定义操作调用git-bash、cmd、powershell等命令执行工具,传入自定义脚本命令并运行。
sourcetree 工具→选项→自定义操作
比如我的脚本内容:
echo get remote branch list... git remote update origin --prune read -p "enter any key close" -n 1
我们打开操作--自定义操作----(自己定义的名字)