You asked me to pull without telling me which branch you(略)って言われた時にする事

githubなんかでgit initした側で(git cloneした側以外で)、git pullしようとすると、そんな感じで怒られたりする。

以下を呪文のように打っておくとどうにかなる、らしい。

% git config branch.master.merge refs/heads/master
% git config branch.master.remote origin

gitはよく分からない。もう少し基本的な事が分かるようになりたい。