This website works better with JavaScript.
Home
Explore
Help
Sign In
mitchty
/
dotfiles
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Git clone --recursive in the git clone wrapper
cray
Mitch Tishmack
10 years ago
parent
5e7f936812
commit
1cfe87c66a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
readme.org
+ 1
- 1
readme.org
View File
@@ -347,7 +347,7 @@ maybe_git_repo()
if [ $? = 0 ]; then
mkdir -p "${repo}"
echo "git clone ${rrepo} ${repo}"
git clone "${rrepo}" "${repo}"
git clone
--recursive
"${rrepo}" "${repo}"
else
echo "${rrepo} doesn't look to be a git repository"
fi
Write
Preview
Loading…
Cancel
Save