Git Komutlar ve Detaylar

Git Komutlar ve Detaylar

Professional Development

10 Qs

quiz-placeholder

Similar activities

Git & GitHub Quiz

Git & GitHub Quiz

Professional Development

15 Qs

Git课后评测

Git课后评测

Professional Development

7 Qs

1_Skill On Learn Infrastructure as Code Concepts

1_Skill On Learn Infrastructure as Code Concepts

Professional Development

13 Qs

POST TEST GIT

POST TEST GIT

12th Grade - Professional Development

15 Qs

2.0 - Git Basics

2.0 - Git Basics

Professional Development

10 Qs

EKS2

EKS2

Professional Development

7 Qs

Manejo de Pipeline y Disponoble PC

Manejo de Pipeline y Disponoble PC

Professional Development

11 Qs

Kubernetes Clase8

Kubernetes Clase8

Professional Development

10 Qs

Git Komutlar ve Detaylar

Git Komutlar ve Detaylar

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Gürkan Çanakçı

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Yeni bir Git deposu başlatmak için kullanılan komut nedir?

git start

git init

git create

git new

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Mevcut bir uzak depoyu yerel bilgisayarınıza klonlamak istiyorsanız hangi Git komutunu kullanmalısınız?

git clone [url]

git init [url]

git copy [url]

git download [url]

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Yeni oluşturulan bir dosyayı ilk kez commit etmeden önce hangi iki Git komutunun sırasıyla kullanılması gerekir?

'git commit' sonra 'git add'

'git stage' sonra 'git commit'

'git add' sonra 'git commit'

'git save' sonra 'git finalize'

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Bir geliştirici, yaptığı son commit'i unstage yapmak ve değişiklikleri çalışma dizinine geri almak istiyor. Hangi komut dizisi bu işlemi gerçekleştirir?

git reset HEAD~1

git revert HEAD

git commit --amend

git remove --last

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Bir geliştirici, bir commit mesajını değiştirmek istiyor ancak değişiklikleri henüz push etmemiş. Bu durumu düzeltmek için hangi komutu kullanmalıdır?

git commit --amend -m "Yeni mesaj"

git commit --redo -m "Yeni mesaj"

git commit --overwrite -m "Yeni mesaj"

git commit --update -m "Yeni mesaj"

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Bir geliştirici, bugfix adında yeni bir branch oluşturmak ve bu branch'e geçmek istiyor. Hangi komut dizisi bu işlemi gerçekleştirir?

git branch bugfix ardından git checkout bugfix

git checkout -b bugfix

git merge bugfix

git branch -m bugfix

7.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Birleştirme (merge) sırasında çakışmalar (conflicts) meydana geldiğinde, hangi komut değişiklikleri manuel olarak incelemenize ve çözmenize olanak tanır?

git conflict --resolve

git merge --no-commit

git checkout --theirs <file_path>

git status

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?