]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'cb/fetch-set-upstream'
authorJunio C Hamano <gitster@pobox.com>
Mon, 9 Sep 2019 19:26:37 +0000 (12:26 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Sep 2019 19:26:37 +0000 (12:26 -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