GitHubのページに出てた、Gitのコマンド(Get Startedみたいなヤツ)。。

touch README.md 
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/masatomix/Hello-World.git
git push -u origin master

トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS