Git and GitHub 01

Git and GitHub 01

University

8 Qs

quiz-placeholder

Similar activities

pipeline

pipeline

University

5 Qs

CS101 - Session 2

CS101 - Session 2

University

10 Qs

git and github

git and github

University - Professional Development

10 Qs

Git-Github

Git-Github

University

10 Qs

GitHub Vibes

GitHub Vibes

University

9 Qs

WEB50NI-Git

WEB50NI-Git

University

12 Qs

Preguntas sobre CSS

Preguntas sobre CSS

University

13 Qs

IV CONGRESO INGENIERIA QUICHE

IV CONGRESO INGENIERIA QUICHE

University

11 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