diff --git a/homework.md b/homework.md index 1a8a59b2..e1fcdd12 100644 --- a/homework.md +++ b/homework.md @@ -2,24 +2,28 @@ ## 1. What is 2 + 2? -5 +4 ## 2. What is JavaScript? -An exciting new play about coffee. +JavaScript is a programing languages ## 3. Name three problems Git & GitHub solve? -When people want to show off code to each other they can put it on GitHub +With Git Hub you can creat your own verison of your code in the same time with others. Once you done with your version you can request to overview your code and merge the changes into the main project. + +You can revisit your changes - with every commit you creat a snapshot of your work. + +You can access the repository from anywhere as it’s cloud based. ## 4. What happens when you `fork` a repository? -You delete it +With a fork you creat a copy of the repository but under your name - whit the forked repot you can start working on your own ideas and you can share this later once it’s completed. ## 5. What happens when you clone a repository? -It send it to a friend +When you clone the repository - you dowload the files the completed history to your own computer. ## 6. What is a Pull Request? -When you send a file over the internet +A pull request is a safety check of the code to ensure there is no bugs that will merge into the main project - this way you can leave comment to each other and make the necessary changes if needed. \ No newline at end of file