Common Git Commands
What is Git?
History of Git
Working with Github
100

The command line input to create a repository

What is git init [project name]?

100

T or F: Git is the industry standard for version control

What is True?

100

In what year was git created?

What is 2005?

100

This is the name for your project folder that Git tracks

What is repository?

200

Command to stage all changed files

What is git add?

200

Name one benefit of Git

Keep track of changes

Revert mistakes

Collaboration

200

What was the version control system git replaced?

What is BitKeeper?

200

T or F: The term used to copy another repository is called knife

What is False?

300

Command to transfer selected files from your laptop to a remote repository where others can access your work.

What is git push?

300

T or F: Git uses a GUI based interface.

What is False?

300

Who created Git?

What is Linus Torvalds

300

What part of Github allows you to host websites from your repositories?

What is Pages?

400

What command allows various users to work on the same project?

What is Branching and Merging?

400

Git was originally created to work with which kernel?

What is the Linux Kernel?

400

When was Github launched?

What is 2008?

400

What part of Github allows you to make a proposal to merge someone else's work into your own repository.

What is a Pull Request?