blob: d68f90a7ae1b6c06903284b16683a8eb066f2189 (
plain) (
tree)
|
|
# (c) 2021 Lawrence Livermore National Laboratory
Set-Location spack
git config --global user.email "spack@example.com"
git config --global user.name "Test User"
git config --global core.longpaths true
if ($(git branch --show-current) -ne "develop")
{
git branch develop origin/develop
}
|