Last active
August 29, 2015 14:10
-
-
Save mayukojpn/a9a9867c0721da0e653d to your computer and use it in GitHub Desktop.
WCT14まとめページの本家リポジトリに追従する
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
# ターミナルで全文コピペ+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