This website requires JavaScript.
Explore
Register
Sign In
kernel
/
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
d2775a817a
git
/
git-clone-script
5 lines
96 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
repo
=
"
$1
"
dir
=
"
$2
"
mkdir
"
$dir
"
&&
cd
"
$dir
"
&&
git-init-db
&&
git-clone-pack
"
$repo
"
View Git Blame
Copy Permalink