# 最初のコミット
git init
git add Test/hello.php
git commit -m 'test'
git remote add origin git
git push -u origin master
# 修正
vi Test/hello.php
git add Test/hello.php
git commit -m 'test2'
git push -u origin master
2013年4月15日月曜日
登録:
投稿 (Atom)