Steps to reproduce:
- Launch
newTree.fsx someRepo someBranch (someBranch corresponds to a PR)
- PR is mergred, and is deleted automatically due to GitHub settings.
- Launch
newTree.fsx someRepo someOhterBranch
Current results:
Crash with: fatal: couldn't find remote ref refs/heads/someBranch
Expected results:
It should detect missing remote branches and not try to fetch them anymore.
Steps to reproduce:
newTree.fsx someRepo someBranch(someBranch corresponds to a PR)newTree.fsx someRepo someOhterBranchCurrent results:
Crash with:
fatal: couldn't find remote ref refs/heads/someBranchExpected results:
It should detect missing remote branches and not try to fetch them anymore.