Keeping a fork up to date

前端 未结 3 1994
耶瑟儿~
耶瑟儿~ 2020-12-23 12:25

I wanted to commit somthing to a github repository, but I (obviously) didn\'t have any rights to do so. I made a fork of that repo, commited my changes and submitted a pull-

3条回答
  •  -上瘾入骨i
    2020-12-23 13:05

    Adding to Diki Andriansyah answer, rather than using

    git merge upstream/master

    try using:

    git pull upstream master

    This helped me :) .

提交回复
热议问题