Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 3 KB

File metadata and controls

31 lines (24 loc) · 3 KB
title description author ms.author ms.topic ms.date ms.reviewer audience ms.search.region ms.search.validFrom ms.dyn365.ops.version
X++ in Git
Learn about the concept of X++ code management in Git and outlines key considerations for teams that want to use Git tools for X++ development.
ianjensenisme
ianjensen
article
03/31/2023
johnmichalak
Developer, IT Pro
Global
2023-04-01
10.0.31

X++ in Git

Git is the modern standard for version control. It's also Microsoft's default version control system provider that's recommended for general development. X++ developers might be already familiar with the existing guidance to set up Team Foundation Version Control (TFVC) for X++, but many organizations are standardizing on Git. This article introduces the concept of X++ code management in Git and outlines key considerations for teams that want to use Git tools for X++ development.

Considerations and limitations

The following list describes known limitations and workarounds that are required to configure a Git repository (repo) for X++ and set up developer environments for X++ development via Git:

Resources