Pages

2013年4月15日月曜日

GitHubの手習い

# 最初のコミット
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

0 件のコメント:

コメントを投稿

 

Life

Tech

Play