Last active
April 24, 2017 01:05
-
-
Save giisyu/7affec5e42ef95e0d06c548588309d8a to your computer and use it in GitHub Desktop.
fork元の追跡
This file contains 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
git remote add fork_master レポジトリ | |
git checkout -b update | |
git fetch fork_master | |
git merge fork_master/master | |
git add . | |
git commit -m | |
git checkout master | |
git merge update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment