Created
March 10, 2011 01:40
-
-
Save honda0510/863418 to your computer and use it in GitHub Desktop.
GitHub上で編集して中央リポジトリにプッシュする
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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