GitHub Basics
Git Basics
Commands
100

What is GitHub's parent organization?

What is Microsoft

100

Who created Git?

Linus Torvalds

100

How do you prepare changes to be added to the repo?

What is staging

200

How does GitHub add on from Git?

What is offering more collaboration tools and having a cloud-based platform for hosting Git repositories

200

What is Git?

What is a distributed version control system built to help developers track and manage changes in their code

200

How do you create a snapshot of your changes?

What is commit?

300

What is a Pull Request (PR)?

What is a way to propose changes to be merged

300

What is merging?

What is a way to combine changes from branches

300

How do you transfer your local changes to the cloud codebase?

What is pushing?

400

What does GitHub Pages do?

What is host static sites from a repository

400

What is a repo?

Folder/Project tracked by Git

400

How do you get the latest changes from the cloud codebase?

What is pull?

500

What does GitHub Actions do?

What is automate testing, builds, and deployment

500

What is branching?

What is a way for Git to keep track of different version histories

500

How do you copy a remote codebase locally?

What is clone?