Git 基本測驗

Git 基本測驗

Professional Development

20 Qs

quiz-placeholder

Similar activities

Git Bash

Git Bash

Professional Development

15 Qs

GITHUB

GITHUB

Professional Development

16 Qs

1ºDAM/DAW - Entornos de Desarrollo - UD1-6 - Prof. C. Boni

1ºDAM/DAW - Entornos de Desarrollo - UD1-6 - Prof. C. Boni

University - Professional Development

20 Qs

Version Control Trivia

Version Control Trivia

Professional Development

15 Qs

Git e GitHub

Git e GitHub

Professional Development

16 Qs

丙軟學科-電腦概論

丙軟學科-電腦概論

Professional Development

21 Qs

GIT

GIT

Professional Development

15 Qs

Git Introduction

Git Introduction

University - Professional Development

20 Qs

Git 基本測驗

Git 基本測驗

Assessment

Quiz

Computers

Professional Development

Easy

Created by

Carlos Chang

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Git 是一種分散式的版本控管系統?

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

將一個資料夾,要初始化進入版控,該執行什麼指令?

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

若要瀏覽目前所有的分支有哪些,該執行什麼指令?

git add

git init

git branch

git log

4.

MULTIPLE SELECT QUESTION

1 min • 1 pt

若新增了一個檔案,要進行提交(Commit)進 Repo,會指行哪兩個相關指令?

git add

git branch

git log

git commit

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

若要瀏覽目前 Repo 的檔案狀態,應執行什麼指令?

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

若要建立新的分支,叫做 login 分支,應執行哪一個指令?

git switch login

git branch login

git branch -d login

git checkout login

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

對檔案做了更動,但想要放棄更動,復原到上一步,可使用 git restore 指令?

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?