hey all! loving using gps for my daily git workflows. I'm noticing a small rough edge with the tool it would be good to have some safeguards for. the docs note that if you gps rr a branch that might've had external changes committed to it, we'll force push overwrite those changes. I wonder if it would be possible to first check for a ps-id in each commit in the remote branch, and abort the change if so?
maybe this is possible to implement today, with hooks?