Git and GitHub 01

Git and GitHub 01

University

8 Qs

quiz-placeholder

Similar activities

Git and Version Control

Git and Version Control

University

11 Qs

Ôn Tập Môn Tin Học Lớp 5

Ôn Tập Môn Tin Học Lớp 5

5th Grade - University

11 Qs

Quiz-O-Tech Round 2

Quiz-O-Tech Round 2

University

10 Qs

dsq123

dsq123

University

9 Qs

Examen II Parcial - Taller de Programación  -  Git y GitHub

Examen II Parcial - Taller de Programación - Git y GitHub

University

10 Qs

DIS08_2_Git

DIS08_2_Git

University

7 Qs

cuestionario git

cuestionario git

University

10 Qs

Git y GitHub

Git y GitHub

University

10 Qs

Git and GitHub 01

Git and GitHub 01

Assessment

Quiz

Computers

University

Medium

Created by

Nam Trịnh

Used 5+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Lệnh nào dùng để khởi tạo Git repository mới

git start

git newrepo

git init

git create

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Kiểm tra trạng thái của Git repository bằng lệnh?

git status

git info

git log

git check

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Đưa những thay đổi của project vào Staging Area bằng lệnh?

git add

git status

git commit

git push

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Đâu là một lệnh commit đủ thông tin

git commit -a

git commit -t 'Your commit message here'

git add -m 'Your commit message here'

git commit -m "Your commit message here"

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Dùng lệnh gì để kết nối local repository và remote repository

git remote add

git remote connect

git remote

git remote pull

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Dùng lệnh gì để đẩy commit từ local repo lên remote repo

git pull

git push

git hitch

git post

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Dùng lệnh gì để xem lịch sử commit của Git repository

git show

git history

git list

git log

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Lệnh 'git pull' dùng để làm gì

Hiển thị các remote repo mà local repo đang kết nối

Để kéo các commit từ remote repo về local repo

Để xóa 1 nhánh ở repo hiện tại

Đọc đáp án này chỉ tốn thời gian thôi