how can I do something like
git checkout master
git checkout source -- _site
gitcheckout: {
master_gitcheckout: {
options: {
branch: "master"
}
},
source_gitcheckout: {
options: {
branch: "source -- _site"
}
}
}
fails with pathspec 'source -- _site' did not match any file(s) known to git.