WorksheetsGit-Github
Total questions: 10
Worksheet time: 2mins
Which vendor acquired GitHub for $7.5 billion in June 2018?
IBM
Microsoft
Oracle
What is a local copy of a remote repository called?
Branch
Origin
Clone
Master
The main objectives of Git are :
speed
data integrity
support for distributed non-linear workflows
All of the above
What language is used in Git?
C++
PHP
HTML
C
Git command . . . . used to give tags to the specified commit.
git checkout [branch name]
git show [commit]
git tag [commitID]
git rm [file]
Git is a . . . . Version Control tool.
Decentralized
Centralized
Which of the following command line environment is used for interacting with Git ?
Git Bash
GitHub
Git Boot
Git Lab
____ removes untracked files from your working directory.
git commit
git clean -f
git clean
git reset
Which command creates an empty Git repository in the specified directory?
git reset
git log ..
git init
git init --bare
Git command to compare two specified branches
git diff
git merge
git blame -L
git push --tags
