What is the default branch name in Git?
- master
- main
- default
- dev
Option 2: The default branch name in Git has evolved; historically, it was often 'master,' but newer conventions use 'main.' This is the branch where development typically begins and where stable versions are merged.
Loading...
Related Quiz
- _______ is a technique used to break a deadlock by preempting resources from one or more of the deadlocked processes.
- What are the common security mechanisms used to secure RESTful APIs?
- How does thread synchronization help in preventing race conditions?
- The purpose of ___________ testing is to verify the behavior of a component in isolation.
- In merge sort, the merge operation combines two ___________ arrays into a single sorted array.