Created
July 24, 2013 09:23
-
-
Save mawatari/6069167 to your computer and use it in GitHub Desktop.
upstream
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
# GitHubで当該リポジトリをフォークする | |
# ローカルにフォークしたリポジトリをクローンする | |
git clone [email protected]:mawatari/jenkins-flow.git | |
# フォーク元のリポジトリをリモートする | |
git remote add upstream git://github.com/swimmystudy/jenkins-flow.git | |
# 必要に応じてフェッチする | |
git fetch upstream | |
# マージ | |
git checkout master | |
git merge upstream/master | |
git push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment