diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 032b8606..732f5dba 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -13,13 +13,15 @@ If your PR is rejected, check the task list. --> + # Your Details -- Your Name: -- Your City: -- Your Slack Name: +- Your Name: Roja Alagurajan +- Your City: Birmingham +- Your Slack Name: Roja Alagurajan # Homework Details -- Module: -- Week: +- Module:Git & GitHub +- Week: Week 1 + diff --git a/homework.md b/homework.md index f7a8449a..0bb1dc4d 100644 --- a/homework.md +++ b/homework.md @@ -1,25 +1,29 @@ -# Linus's Homework -## 1. What is 2 + 2? -5 +# Linus's Homework +## 1. What is 2 + 2? +4 ## 2. What is JavaScript? -An exciting new play about coffee. +JavaScript is a programming language used to make websites interactive. It can control things like buttons, animations, and forms on a webpage.An exciting new play about coffee. ## 3. What three problems does Git & GitHub solve? -When people want to show off code to each other they can put it on GitHub +1.Git helps track changes to code over time so you can go back if something breaks. +2. It allows multiple people to collaborate on the same project without overwriting each other’s work. +3. GitHub provides a central place to store your code online and manage contributions from others.When people want to show off code to each other they can put it on GitHub ## 4. What happens when you `fork` a repository? -You delete it +You make a personal copy of someone else's repository under your own GitHub account, so you can make changes without affecting the original. + ## 5. What happens when you clone a repository? -It send it to a friend +You download a copy of the repository from GitHub to your own computer so you can work on it locally. + ## 6. What is a Pull Request? -When you send a file over the internet +A Pull Request is a way to ask the owner of a repository to review and possibly merge changes you've made in your own fork or branch back into the original project. \ No newline at end of file