This website requires JavaScript.
Explore
Help
Sign In
undef
/
git-commit-vandalism
Watch
1
Star
0
Fork
0
You've already forked git-commit-vandalism
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f573571a21
git-commit-vandalism
/
git-clone-script
5 lines
96 B
Plaintext
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 03:49:43 +02:00
#!/bin/sh
repo="$1"
dir="$2"
Make "git clone" use the new git-clone-pack
2005-07-06 00:47:34 +02:00
mkdir "$dir" && cd "$dir" && git-init-db && git-clone-pack "$repo"
Reference in New Issue
Copy Permalink