git and github

Quiz
•
Computers
•
Professional Development
•
Hard
Shakul Malik
Used 6+ times
FREE Resource
13 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
You have just finished working on a feature branch and want to merge it into the main branch. What Git command would you use?
git commit -m "Merge feature-branch"
git push origin main
git merge main
git merge feature-branch
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
You accidentally committed sensitive information in a recent Git commit. What command can be used to remove this commit from the version history?
git reset HEAD~1
git revert HEAD~1
git clean -fd
git checkout HEAD~1
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When working with Git, what command is used to create a new branch and switch to it at the same time?
git branch -b new-branch
git checkout -b new-branch
git branch new-branch
git checkout new-branch
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
You have made changes to multiple files, but you only want to stage and commit a specific file. What command will you use?
git commit -m "Commit all changes"
git stage filename
git add filename
git commit -m "Commit specific file"
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Your colleague has pushed changes to a branch, and you want to incorporate those changes into your local repository. What command would you use?
git clone branch-name
git fetch origin branch-name
git pull origin branch-name
git push origin branch-name
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
You want to see the commit history of a Git repository in a graphical format. What command will you use?
git history -g
git log --graph
git show --graph
git graph log
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
You want to create a copy of a remote repository on your local machine. What command should you use?
git clone <repository-url>
git copy <repository-url>
git pull <repository-url>
git fetch <repository-url>
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
git and github

Quiz
•
University - Professi...
9 questions
Git review

Quiz
•
Professional Development
15 questions
Git Basic

Quiz
•
Professional Development
12 questions
Git & GitHub Quiz 2 Codingnest

Quiz
•
Professional Development
15 questions
Intro to Git Quiz

Quiz
•
Professional Development
10 questions
Git quizz

Quiz
•
Professional Development
16 questions
GITHUB

Quiz
•
Professional Development
8 questions
Git intro

Quiz
•
Professional Development
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade