This website requires JavaScript.
Explore
Sign In
mirror
/
git
mirror of
https://git.kernel.org/pub/scm/git/git.git
Watch
1
Star
0
Fork
You've already forked git
0
Code
Releases
Activity
v0.99.1
git
/
git-push-script
4 lines
78 B
Bash
Executable File
Raw
Permalink
Blame
History
#!/bin/sh
. git-sh-setup-script
||
die
"Not a git archive"
git-send-pack
"
$@
"
View Git Blame
Copy Permalink