このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
mitchty
/
dotfiles
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Git clone --recursive in the git clone wrapper
master
Mitch Tishmack
10年前
親
18063e5aa5
コミット
79b348c0c2
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
readme.org
+ 1
- 1
readme.org
ファイルの表示
@@ -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
書き込み
プレビュー
読み込み中…
キャンセル
保存