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

## 1. What is 2 + 2?

5
4

## 2. What is JavaScript?

An exciting new play about coffee.
It is a coding language using for web developing.

## 3. What three problems does Git & GitHub solve?
Version Control: Git solves the problem of tracking and managing changes to a codebase over time, allowing developers to revert to previous states and understand the history of their project.

Collaboration: Git and GitHub enable multiple developers to work on the same project simultaneously without overwriting each other's work by providing a structured way to share, merge, and review code.

Backup and Accessibility: GitHub serves as a remote backup, protecting your code from data loss and making it easily accessible to a distributed team from anywhere in the world.

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
a new version of code will be created under our acount and we can edit it independently

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

It send it to a friend
We can download on our laptop and work on it locally

## 6. What is a Pull Request?

When you send a file over the internet
when we pull request, the main coder the review our commit and accept it.