-
Notifications
You must be signed in to change notification settings - Fork 16
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
Upcomingevent #43
Upcomingevent #43
Conversation
✅ Deploy Preview for au-pclub ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
LGTM 🚀 Just few suggestions (please review the below comments) |
The codebase you were/are currently working on might be few commits behind the current codebase which is causing the merge conflict when you do/did A merge conflict happens when changes in your branch and the main branch affect the same parts of the file(s). Git doesn't know which changes to keep. Now, for this you can do one of the following option:
in your local setup, run following commands.
now you'll see that merge conflict has occurred message. Now if your using vs code, go to file where merge conflict has occured, and click Run normal, |
Imo it will be simple and right for now that you overwrite |
If you didn't understand anything, do comment as I can make those changes from my side as well, but I thought it will be better if you make updates there ! |
I merged with main .. can you please check it once ? |
Perfect now 🚀 |
Thanks @Fenil-1 for this PR |
5222abc
into
Programming-Club-Ahmedabad-University:main
Resolves #3
Added UpcomingEventCard component using props ..
Register button does not do anything rn as mentioned ..