diff options
Diffstat (limited to 'src/commands/push')
-rwxr-xr-x | src/commands/push | 5 |
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 "$@" |