mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
try merging local branches once they are checked-out
This commit is contained in:
parent
9f9b17c870
commit
5530359dbc
@ -120,9 +120,10 @@ function collectAsm {
|
|||||||
}
|
}
|
||||||
|
|
||||||
git checkout $branchName 2>&1
|
git checkout $branchName 2>&1
|
||||||
|
git pull 2>&1
|
||||||
|
|
||||||
#Add origin branch to the branch list
|
#Add branch to the branch list
|
||||||
$branchName = "origin/"+$branchName
|
# $branchName = "origin/"+$branchName
|
||||||
$asmBranches += $branchName
|
$asmBranches += $branchName
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user