Skip to content

Instantly share code, notes, and snippets.

@giisyu
Last active April 24, 2017 01:05
Show Gist options
  • Save giisyu/7affec5e42ef95e0d06c548588309d8a to your computer and use it in GitHub Desktop.
Save giisyu/7affec5e42ef95e0d06c548588309d8a to your computer and use it in GitHub Desktop.
fork元の追跡
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