shelcia / noobcodes-docs

Simplified Data structure and Algorithm solutions for Beginner in Python
https://noobcodes-docs.netlify.app/
6 stars 26 forks source link

Solved issue from #471 to #504 #576

Closed ankushj0801 closed 1 year ago

ankushj0801 commented 1 year ago

Issue Number:

netlify[bot] commented 1 year ago

Deploy Preview for noobcodes-docs ready!

Name Link
Latest commit c2b0122620e8a6df07178862978985d91e7de020
Latest deploy log https://app.netlify.com/sites/noobcodes-docs/deploys/63b00b514697300009a648ed
Deploy Preview https://deploy-preview-576--noobcodes-docs.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

shelcia commented 1 year ago

resolve conflicts

ankushj0801 commented 1 year ago

resolve conflicts

I am unable to resolve it. please give access to me.

shelcia commented 1 year ago

Step 1: From your project repository, check out a new branch and test the changes.

git checkout -b ankushj0801-airbnbissue master git pull https://github.com/ankushj0801/noobcodes-docs.git airbnbissue Step 2: Merge the changes and update on GitHub.

git checkout master git merge --no-ff ankushj0801-airbnbissue git push origin master