Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
belav committed May 18, 2021
1 parent 8b006d9 commit 1383497
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Scripts/UpdateForkedRepos.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ foreach($folder in Get-ChildItem $csharpierRepos) {
Write-Output $folder.FullName

Push-Location $folder.FullName

#TODO a lot of the git commands look like they fail, but really succeed, wtf?
# TODO this should probably use a local verison of the tool, so the input version for sure matches
# but if we do that, we do need a prerelease version for the CreateReviewCodePRs.ps1
# TODO a lot of the git commands look like they fail, but really succeed, wtf?
& git checkout main
& git reset --hard

Expand Down

0 comments on commit 1383497

Please sign in to comment.