Quiz#37 (Git 5) - CPSAT Foundation Preparation Series
Quiz by Agile Testing Alliance 
Email *

git clone also clones submodules of the repository.
Clear selection

You can use git add to stage any new and modified files.
Clear selection

git add -A and git add . are the same.
Clear selection

git merge is used to combine multiple sequences of commits into one unified history.

Clear selection

git status also shows changes in the remote repository.
Clear selection

Git uses a Directed Acyclic Graph to represent commit history.
Clear selection

git show displays information about a Git object.
Clear selection

.gitignore files must be in the root directory of the repository.
Clear selection


git stash can save local changes without committing.

Clear selection

git reset HEAD will unstage changes.
Clear selection

A fast-forward is a type of Git merge.
Clear selection

git remote is used to manage set of tracked repositories.
Clear selection

git branch can be used to list, create, or delete branches.
Clear selection

You must resolve all conflicts before running git commit.
Clear selection

git rm will remove files from the working directory and the staging area.
Clear selection

.git directory contains the configuration files.
Clear selection


git revert will modify the working directory.

Clear selection

git log -n 5 shows the last five commits.
Clear selection

git config is used to get and set repository or global options.
Clear selection

git push updates remote refs along with associated objects.
Clear selection
Submit
Clear form
This content is neither created nor endorsed by Google.