-
Check the exit code while invoking git in the force push check. · c937aec1Timothy Andrew authored
Previously, we were calling out to `popen` without asserting on the returned exit-code. Now we raise a `RuntimeError` if the exit code is non-zero.
c937aec1
×