1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-06-10 07:36:10 +02:00
git/git-push-script
Linus Torvalds 51cb06c36d Add "git-push-script" to make a more regular interface
It only does local and ssh pushes, because it's really just a wrapper
for git-send-pack.  We might make it do an rsync mirror or something, of
course.
2005-07-08 14:24:25 -07:00

4 lines
78 B
Bash
Executable File

#!/bin/sh
. git-sh-setup-script || die "Not a git archive"
git-send-pack "$@"