WorksheetsAn Introduction to GitHub
Total questions: 7
Worksheet time: 4mins
What is github?
A google app
a web-based application
a backend server
GitHub encourages teams to (a) to build and edit their site content.
Allows multiple developers to work on a single project at the same time?
Git
Github
With GitHub, developers can ______ code, _______ changes, and _________ solutions to problems that might arise during the site development process simultaneously.
build , track, innovate
track, innovate, build
innovate, track, build
What is a branch?
a platform that securely deploys a website from a GitHub repository
a folder in which all files and their version histories are stored.
a workspace in which you can make changes that won’t affect the live site.
How does work merge in github?
Uploading photos to a server
Joining two codes in a folder
After a pull request is approved, the commit will be pulled in (or merged) from one branch to another and then, deployed on the live site
Where are all files and their version histories are store?
Branch
Repository
Commit
