DEBSOURCES
Skip Quicknav
sources / zplug / 2.4.2-3 / misc / dev / pre-push
123456789
#!/bin/bash if git diff --exit-code --check master..origin/master; then # the same exit 0 fi make test exit $?