Closed AyushRajSharma closed 4 years ago
@AyushRajSharma Resolve all the conflicts and pull the latest code.
@AyushRajSharma Resolve the conflicts now
can you tell me, how to resolve this conflict
I don't know, how to resolve branch conflict , please help me!. what should i do for resolve this conflict.
@AyushRajSharma Add my repo https link as a remote and pull the master branch from it
hi @AyushRajSharma, that's not how you pull the code. And the conflicts are resolved but only 2 files should be changed. I can see 18 files changed and most of those files are already added in the gtignore file. So, can you pull the lastest code again? This how you can do it:
git remote add upstream https://github.com/himanshusharma89/Flutter-Blog-App.git
git pull upstream master
hi @AyushRajSharma, that's not how you pull the code. And the conflicts are resolved but only 2 files should be changed. I can see 18 files changed and most of those files are already added in the gtignore file. So, can you pull the lastest code again? This how you can do it:
git remote add upstream https://github.com/himanshusharma89/Flutter-Blog-App.git
git pull upstream master
@AyushRajSharma Can you do the git config pull.rebase true
the command recommended to you in the terminal
@AyushRajSharma Can you do the
git config pull.rebase true
the command recommended to you in the terminal
nothing happend
@AyushRajSharma The main issue is with your git config, you have to set it for global. For e.g:
$ git config --global user.name "John Doe"
$ git config --global user.email johndoe@example.com
@AyushRajSharma The main issue is with your git config, you have to set it for global. For e.g:
$ git config --global user.name "John Doe" $ git config --global user.email johndoe@example.com
already edited
should i make new pr with latest repo code?
No @AyushRajSharma, you should not create a new PR, just try to rebase your code.
Any update @AyushRajSharma
will do soon!!, there is semester exam so i am little bit busy
Oh okay @AyushRajSharma
Any update? @AyushRajSharma
Closing this PR because of no progress.