git pushとpullのデフォルトのリモートブランチの設定


リモート「origin」からプルする必要がありますが、ブランチは指定されていません.現在のブランチのデフォルトのリモート・ウェアハウスではないため、コマンド・ラインにブランチ名を指定する必要があります.
原文:
i've been using github from a relatively short period, and I've always used the client to perform commits and pulls. I decided to try it from the git bash yesterday, and I successfully created a new repo and committed files.
today I did changes to the repository from another computer, I've committed the changes and now I'm back home and performed a  git pull  to update my local version and i get this:
git pushとpullのデフォルトのリモートブランチの設定
git branch --set-upstream-to=origin/master master
git pull