2010-02-20から1日間の記事一覧

githubリポジトリに、ディレクトリやファイルを追加する

その2正しいかどうか、? ですが、とりあえず出来る方法です。 apache/htdocs に ローカルリポジトリを置く $ git config --global user.name "example" $ git config --global user.email (メールアドレス) $ mkdir c:\\Apache\\htdocs\\github $ cd c:\\Ap…

TOP