20 
 
        
      
      なぜ常に「--set-upstream」を実行する必要があるのですか?
      
  Gitで新しいブランチを作成します。 git branch my_branch 押して: git push origin my_branch ここで、誰かがサーバーでいくつかの変更を行ったとしましょうorigin/my_branch。私がやります: git pull しかし、私は得ます: You asked me to pull without telling me which branch you want to merge with, and 'branch.my_branch.merge' in your configuration file does not tell me, either. Please specify which branch you want to use on the command …
      
        
          
                   1468
                
        
        
          
                  
                    git 
                  
                    git-branch