Use branching and merging with Git for Business Central

Intermediate
Developer
Dynamics 365
Business Central

Do you want to work with different branches in Git to separate your development code from the code in production? In this module we'll discuss how you can work with branches in Git and merge your modifications.

Learning objectives

In this module, you will:

  • Explain why you should use branches
  • Create branches and merge changes into a branch
  • Enable branch policies on a remote branch to require the usage of pull requests
  • Create and work with pull requests
  • Decide on the best branching strategy for their projects

Prerequisites

  • Basic understanding of the AL language
  • A Git account, and knowledge of commonly used Git commands