Note: I'm new to spr, so I may not understand the complete picture below.
I have a single branch and associated PR on github. They are in sync. When I run git spr sync, instead of telling me they are in sync, I get an error message:
I'm getting the same error. In my case, it's both in the scenario where my local is in sync with the remote, and also when the remote has received new commits in a PR within the stack
Note: I'm new to spr, so I may not understand the complete picture below.
I have a single branch and associated PR on github. They are in sync. When I run
git spr sync
, instead of telling me they are in sync, I get an error message:First, I think it should show that they are in sync--is that a correct assumption?
Second, if that's correct, maybe I can look into fixing. Thanks.