
git-basics – web-dev-git – কুইজ মডেল টেস্ট অনুশীলন – 7
11794. What contains values for every user on the system
- userconfig file
- config file
- git file
- gitconfig file
11795. Which year was Git released
- 2005
- 2006
- 2007
- 2004
11796. Which command will list tags with the 1.4.2 series
- git tag -list ‘v1.4.2.*’
- git tag -l ‘v1.4.2.*’
- git tag ‘v1.4.2.*’
- git tag ‘v1.4.2’
11797. Which option in enables inclusion of committer name in custom log format
- %cr
- %cn
- %ce
- %cd
11798. Which key press return a set of suggestions to pick from, when writing a Git command
- Control
- Tab
- Alt
- Shift
11799. How does Git thinks of its data
- File
- Snapshot
- Folder
- None of the above
11800. Which command gets the list of commits made in the last two weeks
- git log –weeks-since=2
- git log –since-weeks=2
- git log –since=2.weeks
- git log –since=2.w
11801. Which command configure the use of emacs as the default editor
- git config global core.editor emacs
- git config core.editor emacs
- git config -global core.editor emacs
- git config –global core.editor emacs
11802. Which command lists only the last two diff introduced in each commit
- git log -p2
- git log -2p
- git log -2 -p
- git log -p -2
11803. What is the default Git system’s default editor
- gedit
- Vim
- Emacs
- gvim
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।