What is GitHub's parent organization?
What is Microsoft
Who created Git?
Linus Torvalds
How do you prepare changes to be added to the repo?
What is staging
How does GitHub add on from Git?
What is offering more collaboration tools and having a cloud-based platform for hosting Git repositories
What is Git?
What is a distributed version control system built to help developers track and manage changes in their code
How do you create a snapshot of your changes?
What is commit?
What is a Pull Request (PR)?
What is a way to propose changes to be merged
What is merging?
What is a way to combine changes from branches
How do you transfer your local changes to the cloud codebase?
What is pushing?
What does GitHub Pages do?
What is host static sites from a repository
What is a repo?
Folder/Project tracked by Git
How do you get the latest changes from the cloud codebase?
What is pull?
What does GitHub Actions do?
What is automate testing, builds, and deployment
What is branching?
What is a way for Git to keep track of different version histories
How do you copy a remote codebase locally?
What is clone?