Created
May 9, 2013 08:22
-
-
Save is8r/5546250 to your computer and use it in GitHub Desktop.
ローカルのmasterブランチを最新にする
This file contains hidden or 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 co master && git pull origin master | |
(なんか変な時は)git pull -u origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment