Skip to content

Instantly share code, notes, and snippets.

@mayukojpn
Last active August 29, 2015 14:10
Show Gist options
  • Save mayukojpn/a9a9867c0721da0e653d to your computer and use it in GitHub Desktop.
Save mayukojpn/a9a9867c0721da0e653d to your computer and use it in GitHub Desktop.
WCT14まとめページの本家リポジトリに追従する
# ターミナルで全文コピペ+Enterすればうごきます。
$ git remote add upstream https://github.com/WordCampTokyo2014/WordCampTokyo2014.github.io.git
$ git fetch upstream
$ git checkout master
$ git pull upstream master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment