Skip to content

fork と pull request に挑戦

tyabe edited this page Sep 4, 2011 · 5 revisions

参考:github で fork と pull request に挑戦。

1. p4dのリポジトリを fork します

このプロジェクトの Fork ボタンをクリックしてください
Click Fork

2. 自分のリポジトリから clone してください

$ git clone git@github.com:your-account/p4d-git.git

3. index.html を編集します

自己紹介文を追記してください

4. コミットしてください

$ git commit -am 'add your-account'

5. 自分のリポジトリへ push してください

$ git push origin

6. p4dのリポジトリに Pull Request を送ってください

github上で操作を行います