Skip to content

WEST MIDLANDS | Roja Alagurajan ONBOARDING | WEEK 1| ITP-JAN-2025 | GitHomeworkFixErrors #734

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

20 changes: 12 additions & 8 deletions homework.md
Original file line number Diff line number Diff line change
@@ -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.