Remove references to features/windows-support branch (#29565)

This commit is contained in:
Zack Galbreath
2022-03-17 13:29:29 -04:00
committed by GitHub
parent 27f608c800
commit 5a72204d38
2 changed files with 1 additions and 6 deletions

View File

@@ -9,8 +9,3 @@ if ($(git branch --show-current) -ne "develop")
{
git branch develop origin/develop
}
if ($(git branch --show-current) -ne "features/windows-support")
{
git branch features/windows-support origin/features/windows-support
}