Git and GitHub
✕Working with Git
Question 1 of 1
- Create a git repository and push your exercise code to it.
- Create a git repository for your website. Push your code (from AI section) to it.
- Take Domain Name and Host your website with this Reference Article.
- Create a branch called
dev. Add new page blog.html and push it todevbranch. - Create a pull request from
devbranch tomainbranch. - Merge pull request to see new changes are seen on website.
Personal Website
