اكثر اسئلة واجوبة المقابلات طلبا والاختبارات عبر الإنترنت
منصة تعليمية للتحضير للمقابلات والاختبارات عبر الإنترنت والدروس والتدريب المباشر

طوّر مهاراتك من خلال مسارات تعلم مركزة واختبارات تجريبية ومحتوى جاهز للمقابلات.

يجمع WithoutBook أسئلة المقابلات حسب الموضوع والاختبارات العملية عبر الإنترنت والدروس وأدلة المقارنة في مساحة تعلم متجاوبة واحدة.

التحضير للمقابلة

الاختبارات التجريبية

اجعلها الصفحة الرئيسية

احفظ هذه الصفحة في المفضلة

الاشتراك عبر البريد الإلكتروني

GIT اسئلة واجوبة المقابلات

سؤال 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.

هل هذا مفيد؟ اضف تعليقا عرض التعليقات
 

سؤال 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.

هل هذا مفيد؟ اضف تعليقا عرض التعليقات
 

سؤال 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.

هل هذا مفيد؟ اضف تعليقا عرض التعليقات
 

سؤال 29. What is Git?

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

هل هذا مفيد؟ اضف تعليقا عرض التعليقات
 

سؤال 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.

هل هذا مفيد؟ اضف تعليقا عرض التعليقات
 

الاكثر فائدة حسب تقييم المستخدمين:

حقوق النشر © 2026، WithoutBook.