Skip to content

ZA | ITP-May-2025 | Rashaad Ebrahim | GitHomeworkFixErrors #755

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
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: 6 additions & 6 deletions homework.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@

## 1. What is 2 + 2?

5
4

## 2. What is JavaScript?

An exciting new play about coffee.
JavaScript is a programming language with multitudes of uses.

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

When people want to show off code to each other they can put it on GitHub
Git and GitHub are crucial tools in modern software development, enabling collaboration, version control, and efficient workflows.

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

You delete it
Forking is a concept of making a copy of the main repository to your account so that you can make changes to it without affecting the original.

## 5. What happens when you clone a repository?

It send it to a friend
When you clone a repository, you copy the repository from GitHub.com to your local machine.

## 6. What is a Pull Request?

When you send a file over the internet
A Pull Reuest is a way for a developer to notify team members that they have completed a feature and are ready to have their changes merged into a main project branch.