Skip to content

Instantly share code, notes, and snippets.

@tkuchiki
Created February 5, 2014 13:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tkuchiki/8823162 to your computer and use it in GitHub Desktop.
Save tkuchiki/8823162 to your computer and use it in GitHub Desktop.
github で fork したリポジトリを本家に追従する。
git remote add original git://github.com/:user/:repo.git
git fetch original
git merge --no-ff --no-commit original/master
git commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment