summaryrefslogtreecommitdiffstats
path: root/src/commands/push
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/push')
-rwxr-xr-xsrc/commands/push5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/commands/push b/src/commands/push
new file mode 100755
index 0000000..f97f730
--- /dev/null
+++ b/src/commands/push
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+export GL_BYPASS_ACCESS_CHECKS=1
+
+git push "$@"