-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Making the Application a PWA #213
Comments
@Abhishek-kumar09 I am facing an issue while creating a Pull Request, I rebase my currently forked main branch with upstream/main breach, but it is still showing this. and when I create a pull request it shows my previous commits like: I also create new branches but they all are showing this. Please Help me regarding this issue. |
And also can you please review my issue also @Abhishek-kumar09, regarding PWA. |
@kunal-kushwaha @KeenWarrior please help 🙏. |
Hey @dhwaj1902 actually this react app is gonna be converted to an apk file using the Capacitor js library. So you don't have to make it as a PWA. |
Ok, I understand that but what about this issue? I am not able to make any or any commit because this is showing. |
@dhwaj1902 Please look into advance git functionality. You might have to hard reset to a previous commit and merge with a rebase rather than a commit. |
I guess each time you pull from the upstream you commit with a message and push so it takes it as an update and shows that your branch is ahead of the forked project. So after pulling simple push without commiting to bring your GitHub repo equal to the project repo. Hope this will help you in future. |
@ADRE9 I did the same but it is still showing like this. |
Hi, @dhwaj1902 To delete those extra commits and make your branch even with main branch, Do rebasing.
|
Currently, the application is running on a browser, but now I want to convert it to an app a PWA so that it can installable on the machine.
The text was updated successfully, but these errors were encountered: