GIT & HTML

GIT & HTML

12th Grade

32 Qs

quiz-placeholder

Similar activities

Chapter 1 and 2 Semester 1 Exam Review

Chapter 1 and 2 Semester 1 Exam Review

8th - 12th Grade

27 Qs

HTML e CSS

HTML e CSS

12th Grade

27 Qs

Interval Notation practice

Interval Notation practice

9th - 12th Grade

35 Qs

Vectors

Vectors

10th - 12th Grade

30 Qs

Review 3 (Solving Absolute Value Equations and Inequalities))

Review 3 (Solving Absolute Value Equations and Inequalities))

9th - 12th Grade

28 Qs

Inequalities Test

Inequalities Test

8th Grade - University

28 Qs

Vectors - Unit 9

Vectors - Unit 9

9th - 12th Grade

27 Qs

Independent Practice: Intervals of Functions

Independent Practice: Intervals of Functions

10th - 12th Grade

30 Qs

GIT & HTML

GIT & HTML

Assessment

Quiz

English, Mathematics

12th Grade

Medium

Created by

Chính Đồng

Used 18+ times

FREE Resource

32 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Điền từ còn thiếu vào phát biểu sau: Git là một .... theo hình thức .... được sử dụng phổ biến nhất hiện nay. Git được sử dụng để quản lý mã nguồn và ghi nhận các thay đổi trong suốt quá trình phát triển.

a. hệ thống quản lý phiên bản, tập trung

b. hệ thống điều khiển phiên bản, tập trung

c. hệ thống quản lý phiên bản, phân tán

d. hệ thống điều khiển phiên bản, phân tán

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Có 2 loại repository là?

a. Local Repository là các kho chứa được lưu trên máy tính của lập trình viên. Thường thì có bao nhiêu lập trình viên thì có bấy nhiêu Local Repository

b. Remote Repository là kho chứa được lưu trên một máy chủ chia sẻ chung. Thường thì mỗi công ty có một Remote Repository

c. Local Repository là các kho chứa được lưu trên máy tính của công ty. Thường thì có bao nhiêu công ty lập trình thì có bấy nhiêu Local Repository

d. Remote Repository là kho chứa được lưu trên một máy chủ chia sẻ chung. Thường thì mỗi một sản phẩm trong một nhóm thì có một Remote Repository.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Hãy xác định câu lệnh dùng để khởi tạo một Repository mới?

git add

git create

git commit

git init

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Chúng ta vừa tạo một file index.html, câu lệnh nào sau đây sẽ đưa file này vào quản lý trong chỉ mục của Git?

add git index.html

git add new

git add index.html

git insert index.html

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Câu lệnh git status trả về kết quả như sau:

On branch master  

Initial commit   Changes to be committed:  

(use "git rm --cached <file>..." to unstage)      

new file:   index.html

Hãy chỉ ra câu lệnh được sử dụng để commit phiên bản này kèm theo message là"adding new authors to index".

git commit

git commit -m "adding new authors to index"

git commit "adding new authors to index"

git commit message "adding new authors to index"

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Câu lệnh nào sau đây chỉ định git theo dấu tất cả các thay đổi hiện có?

git push -am "Message"

git add

git commit add

git commit

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Câu lệnh nào sau đây giúp nhân bản một Repository về máy tính của mình?

git fork

git commit

git clone

git push

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?