gitolite/src/commands/push

6 lines
59 B
Bash
Executable File

#!/bin/sh
export GL_BYPASS_ACCESS_CHECKS=1
git push "$@"