]> granicus.if.org Git - git/commitdiff
Merge branch 'cb/fetch-set-upstream' into next
authorJunio C Hamano <gitster@pobox.com>
Fri, 23 Aug 2019 21:33:47 +0000 (14:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 23 Aug 2019 21:33:47 +0000 (14:33 -0700)
"git fetch" learned "--set-upstream" option to help those who first
clone from their private fork they intend to push to, add the true
upstream via "git remote add" and then "git fetch" from it.

* cb/fetch-set-upstream:
  pull, fetch: add --set-upstream option


Trivial merge