9bd078294f012e3dfd5192d8ce71b43510a01332
[lhc/ateliers.git] / remote / git-push
1 #!/bin/sh -eu
2 tool=$(readlink -e "${0%/*}/..")
3 . "$tool"/remote/lib.sh
4
5 remote=${1:-$vm_fqdn}; shift
6 GIT_SSH="$tool"/remote/ssh git push -v "$remote" "$@"