End-of-course graded assessment Git

A passionate full-stack developer from @ePlus.DEV
Search for a command to run...

A passionate full-stack developer from @ePlus.DEV
No comments yet. Be the first to comment.
Overview In a challenge lab you’re given a scenario and a set of tasks. Instead of following step-by-step instructions, you will use the skills learned from the labs in the course to figure out how to

🏕️ Arcade Base Camp August 2026 Welcome to Arcade Base Camp August 2026, where you’ll develop key Google Cloud skills and earn an exclusive credential that will open doors to the cloud for you. No pr

Một bản tin giúp Developer cập nhật nhanh AI, Cloud, Open Source và những công nghệ đáng chú ý trong ngày. 📌 Executive Summary Google Cloud giới thiệu hai Database Operations Agents hỗ trợ onboard

Một bản tin giúp Developer cập nhật nhanh AI, Cloud, Open Source và những công nghệ đáng chú ý trong ngày. 📌 Executive Summary SK hynix và Sandisk công bố đặc tả mở đầu tiên cho High Bandwidth Fla

Challenge overview In a challenge lab you’re given a scenario and a set of tasks. Instead of following step-by-step instructions, you will use the skills learned from the labs in the course to figure

Which of the following is a Centralised Version Control System?
Subversion
Git
Mercurial
In Bash, which of the following commands will change the working directory?
rm
mkdir
cd
In Bash, which of the following commands will move a file?
pwd
mv
touch
Which of the following can be used to find all unique text lines in a file?
Uniq
Grep
Pipe
Which Git command is used to upload the latest changes to a remote repository?
git push
git pull
git clone
True or false. Changes must be added to the Git staging area before they are committed.
true
false
Which of the following Git commands can be used to create a local branch named test? Select all that apply.
git branch test
git checkout -b test
git push origin test
Which of the following Git commands can be used to check local changes? Select all that apply.
git diff
git status
git remote -v
In the following differential output, which is the first deleted line?
@@ @@
Red
+Blue
-Green
-Yellow
Red
Blue
Green
Yellow
When copying a repository on Github to your own repository on Github, what is this action commonly known as?
Merging
Forking
Cloning