In Git, what does the 'master' branch represent by default?

  • The main development branch
  • A branch for experimental changes
  • A branch for emergency fixes
  • A backup branch
By default, the 'master' branch in Git represents the main development branch. It is the default branch that is created when you initialize a new Git repository. Developers often use this branch for ongoing development and feature integration.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *