mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
add call to git fetch origin
This commit is contained in:
parent
aacf0301fc
commit
4eaff9d824
@ -133,6 +133,7 @@ function collectAsm {
|
|||||||
$branchString = $asmBranches -join ' '
|
$branchString = $asmBranches -join ' '
|
||||||
git checkout master
|
git checkout master
|
||||||
git pull
|
git pull
|
||||||
|
git fetch origin
|
||||||
git branch -a
|
git branch -a
|
||||||
Write-Host "git merge --squash $($branchString)"
|
Write-Host "git merge --squash $($branchString)"
|
||||||
git merge --squash $branchString
|
git merge --squash $branchString
|
||||||
|
Loading…
Reference in New Issue
Block a user