Skip to content
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

adding buttons to the cards with hover effect animation #54

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Sujal1201
Copy link

buttons to the cards with hover effect animation.

before

image

after

DevDocsHub.-.Home.-.Google.Chrome.2024-10-06.00-06-24.mp4

**Issue #49 **

@andoriyaprashant
Copy link
Owner

@Sujal1201 Please resolve the conflicts

@Sujal1201
Copy link
Author

what is this error sir

image

@andoriyaprashant
Copy link
Owner

Hello @Sujal1201
The conflict happened because pycache files were committed (which are environment-specific and shouldn't be in version control), and there were changes in the home.html file from both branches. To resolve this:

Remove pycache files from the repo using git rm -r --cached pycache/ and add them to .gitignore.
For home.html, click "Resolve conflicts" in GitHub, manually fix the differences, and commit the resolution.
This will fix the conflicts and allow the merge to proceed.

Git will show you both versions of the conflicting file, marked like this

  • <<<<<<< HEAD
    (Your changes)
    =======
    (Changes from the branch you're merging into)

branch-name

  • Edit the file to manually merge the changes. Once resolved, remove the conflict markers (<<<<<<<, =======, >>>>>>>).

@andoriyaprashant
Copy link
Owner

@Sujal1201 Try this, and if the error still occurs, let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants