try merging local branches once they are checked-out

This commit is contained in:
Daniel Donenfeld 2019-02-15 13:20:30 -08:00
parent 9f9b17c870
commit 5530359dbc

View File

@ -120,9 +120,10 @@ function collectAsm {
}
git checkout $branchName 2>&1
git pull 2>&1
#Add origin branch to the branch list
$branchName = "origin/"+$branchName
#Add branch to the branch list
# $branchName = "origin/"+$branchName
$asmBranches += $branchName
}