push時に--set-upstreamを聞かれるのを省略する

現象

 $ git branch branch1
 $ git co branch1
 (略)
 $ git commit -m 'N/A'
 $ git push
 
 fatal: The current branch branch1 has no upstream branch.
 To push the current branch and set the remote as upstream, use
    git push --set-upstream origin branch1
 git config --global push.default current

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS