From 4eaff9d824bbb815fd66da01efcc13415860b31d Mon Sep 17 00:00:00 2001 From: Daniel Donenfeld Date: Fri, 15 Feb 2019 13:00:22 -0800 Subject: [PATCH] add call to git fetch origin --- asm/scripts/deploy-asm.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/asm/scripts/deploy-asm.ps1 b/asm/scripts/deploy-asm.ps1 index 14a422d..32ac8f4 100644 --- a/asm/scripts/deploy-asm.ps1 +++ b/asm/scripts/deploy-asm.ps1 @@ -133,6 +133,7 @@ function collectAsm { $branchString = $asmBranches -join ' ' git checkout master git pull + git fetch origin git branch -a Write-Host "git merge --squash $($branchString)" git merge --squash $branchString