The command line input to create a repository
What is git init [project name]?
T or F: Git is the industry standard for version control
What is True?
In what year was git created?
What is 2005?
This is the name for your project folder that Git tracks
What is repository?
Command to stage all changed files
What is git add?
Name one benefit of Git
Keep track of changes
Revert mistakes
Collaboration
What was the version control system git replaced?
What is BitKeeper?
T or F: The term used to copy another repository is called knife
What is False?
Command to transfer selected files from your laptop to a remote repository where others can access your work.
What is git push?
T or F: Git uses a GUI based interface.
What is False?
Who created Git?
What is Linus Torvalds
What part of Github allows you to host websites from your repositories?
What is Pages?
What command allows various users to work on the same project?
What is Branching and Merging?
Git was originally created to work with which kernel?
What is the Linux Kernel?
When was Github launched?
What is 2008?
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?