Git and GitHub

  1. Working with Git

    Question 1 of 1

    • Create a git repository and push your exercise code to it.
    • Personal Website
      1. Create a git repository for your website. Push your code (from AI section) to it.
      2. Take Domain Name and Host your website with this Reference Article.
      3. Create a branch called dev. Add new page blog.html and push it to dev branch.
      4. Create a pull request from dev branch to main branch.
      5. Merge pull request to see new changes are seen on website.