Chris
Results
1
comments of
Chris
@norek I found this really slow to execute until I added `ToList()` onto the end of the line that gets the ref of the head. `var headRef = repo.Refs.Where(r =>...