powershell 使用PowerShell获取多个GIT仓库
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 使用PowerShell获取多个GIT仓库相关的知识,希望对你有一定的参考价值。
$ErrorActionPreference = "Stop"
Function FetchRepo($directory)
{
git -C $directory fetch
if ($LASTEXITCODE -gt 0)
{
Throw "Something went wrong while fetching $directory"
}
Write-Host -ForegroundColor green "fetched $directory"
}
Write-Verbose "Fetching all DXA repos"
FetchRepo(".\content-management")
FetchRepo(".\dd4t-java")
FetchRepo(".\html-design")
FetchRepo(".\installation")
FetchRepo(".\web-application")
FetchRepo(".\web-application-java")
以上是关于powershell 使用PowerShell获取多个GIT仓库的主要内容,如果未能解决你的问题,请参考以下文章
[powershell]Use powershell to get file hash / 使用powershell获取文件哈希值
powershell 使用PowerShell调用第三方站点并获取结果。
PowerShell 和 TFS |使用本地路径与使用服务器路径的 PowerShell ISE 从 TFS 获取更改集列表
powershell 此powershell脚本使用字段名称获取所有值是sharepoint列表中的字段
PowerShell第一讲,别名,变量,命令。
powershell PowerShell脚本,用于获取服务器场中所选用户的所有权限的列表。您还可以使用函数来获取烫发