We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5960779 commit b83b0c2Copy full SHA for b83b0c2
bin/shipit
@@ -0,0 +1,6 @@
1
+#!/bin/bash
2
+set -euo pipefail
3
+# This script is used to ship code, replacing `git push`
4
+
5
+bin/audit
6
+git push
0 commit comments