次はリポジトリ作成 1. github にログインしてリポジトリ作成 2. ローカルで $mkdir [repo] $cd [repo] $git init $git pull git@github.com:[user]/[repo].git $git add src $git commit -m 'first commit' $git remote add master git@github.com:[user]/[repo].git $git push master これでいいのか自信ありませんが、とりあえず管理はできているようです。 今後間違いに気づいたら修正します。 その前にこれやっとかんと、実名でコミットヒストリに載ったりします。 $git config --global user.name "***" $git config --global user.email ***@example.com 次のページを参考にさせていただきました。分かりやすいです。 http://d.hatena.ne.jp/zariganitosh/20080905/1220621182