X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=remote%2Fgit-push;fp=remote%2Fgit-push;h=9bd078294f012e3dfd5192d8ce71b43510a01332;hp=0000000000000000000000000000000000000000;hb=3ad6118386977e346d81042e924e5db9c5f15b7d;hpb=22f04b9fac14adc3d3fc98273ba126c3a51792c3 diff --git a/remote/git-push b/remote/git-push new file mode 100755 index 0000000..9bd0782 --- /dev/null +++ b/remote/git-push @@ -0,0 +1,6 @@ +#!/bin/sh -eu +tool=$(readlink -e "${0%/*}/..") +. "$tool"/remote/lib.sh + +remote=${1:-$vm_fqdn}; shift +GIT_SSH="$tool"/remote/ssh git push -v "$remote" "$@"