Pertanyaan dan Jawaban Wawancara Paling Populer & Tes Online
Platform edukasi untuk persiapan wawancara, tes online, tutorial, dan latihan langsung

Bangun keterampilan dengan jalur belajar terfokus, tes simulasi, dan konten siap wawancara.

WithoutBook menghadirkan pertanyaan wawancara per subjek, tes latihan online, tutorial, dan panduan perbandingan dalam satu ruang belajar yang responsif.

Prepare Interview

Ujian Simulasi

Jadikan Beranda

Bookmark halaman ini

Langganan Alamat Email

GIT Pertanyaan dan Jawaban Wawancara

Ques 26. How do you squash multiple Git commits into a single commit?

You can use 'git rebase -i' and then combine or squash commits interactively during the rebase process.

Apakah ini membantu? Add Comment View Comments
 

Ques 27. What is Git subversion (git-svn)?

Git subversion is a Git extension that allows Git to interact with Subversion (SVN) repositories, enabling users to use Git locally while still collaborating with SVN.

Apakah ini membantu? Add Comment View Comments
 

Ques 28. Explain the purpose of the 'git log' command with the '--oneline' option.

'git log --oneline' provides a compact view of commit history, displaying each commit as a single line with a shortened commit hash and commit message.

Apakah ini membantu? Add Comment View Comments
 

Ques 29. What is Git?

Git is a distributed version control system that helps track changes in source code during software development.

Apakah ini membantu? Add Comment View Comments
 

Ques 30. Explain the difference between Git and GitHub.

Git is a version control system, while GitHub is a web-based platform for hosting and collaborating on Git repositories.

Apakah ini membantu? Add Comment View Comments
 

Most helpful rated by users:

Hak Cipta © 2026, WithoutBook.