This website requires JavaScript.
Explore
Help
Sign in
development
/
git
Watch
1
Star
0
Fork
You've already forked git
0
mirror of
https://github.com/git/git
synced
2024-10-28 19:25:47 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
dd7ba8b494
git
/
git-clone-script
5 lines
96 B
Text
Raw
Normal View
History
Unescape
Escape
Add "git-clone-script" thingy It's just a trivial wrapper, but it should make Jeff's kernel developer guide to git look a bit less intimidating.
2005-06-23 01:49:43 +00:00
#!/bin/sh
repo="$1"
dir="$2"
Make "git clone" use the new git-clone-pack
2005-07-05 22:47:34 +00:00
mkdir "$dir" && cd "$dir" && git-init-db && git-clone-pack "$repo"
Reference in a new issue
Copy permalink