himanshusharma89 / Flutter-Blog-App

Blog App, an anonymous blog creation application. Created using Flutter Framework and utilizing Firebase backend
Creative Commons Zero v1.0 Universal
81 stars 60 forks source link

added screen transition animation #58

Closed AyushRajSharma closed 4 years ago

AyushRajSharma commented 4 years ago

flutter-Blog-App

AyushRajSharma commented 4 years ago

28

himanshusharma89 commented 4 years ago

@AyushRajSharma Resolve all the conflicts and pull the latest code.

himanshusharma89 commented 4 years ago

@AyushRajSharma Resolve the conflicts now

AyushRajSharma commented 4 years ago

can you tell me, how to resolve this conflict

AyushRajSharma commented 4 years ago

I don't know, how to resolve branch conflict , please help me!. what should i do for resolve this conflict.

himanshusharma89 commented 4 years ago

@AyushRajSharma Add my repo https link as a remote and pull the master branch from it

AyushRajSharma commented 4 years ago

image

himanshusharma89 commented 4 years ago

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:

AyushRajSharma commented 4 years ago

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

image

himanshusharma89 commented 4 years ago

@AyushRajSharma Can you do the git config pull.rebase true the command recommended to you in the terminal

AyushRajSharma commented 4 years ago

@AyushRajSharma Can you do the git config pull.rebase true the command recommended to you in the terminal

nothing happend

himanshusharma89 commented 4 years ago

@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 commented 4 years ago

@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

AyushRajSharma commented 4 years ago

should i make new pr with latest repo code?

himanshusharma89 commented 4 years ago

No @AyushRajSharma, you should not create a new PR, just try to rebase your code.

himanshusharma89 commented 4 years ago

Any update @AyushRajSharma

AyushRajSharma commented 4 years ago

will do soon!!, there is semester exam so i am little bit busy

himanshusharma89 commented 4 years ago

Oh okay @AyushRajSharma

himanshusharma89 commented 4 years ago

Any update? @AyushRajSharma

himanshusharma89 commented 4 years ago

Closing this PR because of no progress.