What is 2 + 2?
5
What is the opposite of Black?
Purple
What is the 2 * 3 * 6 * 1 * 10 * 34?
1322
What does HTML stand for?
Hyper Tall Massive Language
What is CSS useful for?
Making a website go faster
Using CSS, how would I select every <h1>
tag on the page?
#h1 {
}
What is JavaScript?
A programming language used on the internet
What three problem does Git & Github solve?
When people want to show off code to each other they can put it on Github
What happens when you fork
a repository?
You delete it
What happens when you clone a repostory?
It send it to a friend
What is a Pull Request?
When you send a file over the internet
What is the Git History log?
It lets you see into the future
What does it meant to "push" changes to Github?
You send the changes of your local repository to Github
What is Github?
A place for us to store and share our code.
What does it mean to "Commit your changes"?
Send you code to Github
What program do we use to write code at CodeYourFuture?
Microsoft Word
What do you use "Commit Messages" for?
To record what changes you made to the code
Where can I look to find help with Git?
The Git Cheatsheet!