Skip to content

Instantly share code, notes, and snippets.

@honda0510
Created March 10, 2011 01:40
Show Gist options
  • Save honda0510/863418 to your computer and use it in GitHub Desktop.
Save honda0510/863418 to your computer and use it in GitHub Desktop.
GitHub上で編集して中央リポジトリにプッシュする
1. 中央リポジトリをフォーク
2. フォークしたリポジトリをGitHub上で編集してコミット
3.
○中央リポジトリに直接プッシュできる場合
git clone 中央リポジトリのURL ※既にクローンしてあれば不要
git pull フォークしたリポジトリのURL
git push
○中央リポジトリに直接プッシュできない場合
プルリクエスト
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment