Skip to content

gitcheckout a specific folder from a branch? #137

@jessequinn

Description

@jessequinn

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions