最終更新:2017-01-05 (木) 18:40:51 (2666d)  

Git/メモ
Top / Git / メモ

git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/hoge/hage.git
git push -u origin master

Git/基本?