Skip to content

WEST-MIDLANS | ITP_MAY-2025| MESERET_AYALEW | GITHOMEWORKFIXERRORS #749

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 5 commits into
base: main
Choose a base branch
from
Open
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
26 changes: 26 additions & 0 deletions git homework.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Linus's Homework

## 1. What is 2 + 2?

4

## 2. What is JavaScript?

An object-oriented computer programming language commonly used to creat interactive effects within web browsers.

## 3. What three problems does Git & GitHub solve?

Enabling collaboration, Version control, and streamlined workflows.

## 4. What happens when you `fork` a repository?

forking a repository means you can make any changes you want to the code without affecting the original project.
## 5. What happens when you clone a repository?


Cloning a repository pulls down a full copy of all the repository that GitHub.com has at that point in time,including all versions of every file
and folder for the project.

## 6. What is a Pull Request?

A pull request is a proposal to merge a set of changes from one branch into another.