We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45183d2 commit 13e6f87Copy full SHA for 13e6f87
.github/workflows/setup_git.ps1
@@ -9,5 +9,4 @@ git config --global core.longpaths true
9
if ($(git branch --show-current) -ne "develop")
10
{
11
git branch develop origin/develop
12
- git branch releases/v0.18 origin/releases/v0.18
13
}
0 commit comments