Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Implementing Microsoft Dynamics 365 Business Central On-Premise

You're reading from   Implementing Microsoft Dynamics 365 Business Central On-Premise Explore the capabilities of Dynamics NAV 2018 and Dynamics 365 Business Central and implement them efficiently

Arrow left icon
Product type Paperback
Published in Dec 2018
Publisher
ISBN-13 9781789133936
Length 764 pages
Edition 4th Edition
Arrow right icon
Authors (2):
Arrow left icon
Roberto Stefanetti Roberto Stefanetti
Author Profile Icon Roberto Stefanetti
Roberto Stefanetti
Alex Chow Alex Chow
Author Profile Icon Alex Chow
Alex Chow
Arrow right icon
View More author details
Toc

Table of Contents (16) Chapters Close

Preface 1. Exploring Dynamics NAV and MSDYN365BC – Overview 2. Microsoft Dynamics NAV 2018 – An Overview FREE CHAPTER 3. General Considerations 4. Implementation Process – Partner's Perspective 5. Implementation Process – Customer's Perspective 6. Migrating Data 7. Upgrading to Dynamics NAV and MSDYN365BC 8. Development Considerations 9. Implementing Functional Changes 10. Data Analysis and Reporting 11. Debugging with Dynamics NAV and MSDYN365BC 12. Popular Reporting Options 13. Microsoft Dynamics 365 Business Central 14. Working and Developing with Docker and Sandboxes 15. Other Books You May Enjoy

Source Control Management (SCM)


SCM is necessary to keep projects under control, especially on multi-projects spanning different environments.

A good SCM system should manage the following:

  • Versioning and chronological changes
  • Comparing and merging
  • Restoring to checkpoint

Git and GitHub

If you need to use Microsoft Dynamics NAV or Microsoft Dynamics 365 Business Central with SCM integration, Git is the best solution (free, open source and natively integrated with VS Code).

What is Git? Git is a version control system for tracking changes (SCM) in computer files and coordinating work on those files among multiple people. Git is an open source distributed version control engine. VS Code supports Git natively.

Some Git commands are as follows:

  • cmd: git remote add origin master <repo url>
  • cmd: git push –u origin master
  • cmd: git push -u add master

The Git local repository commits to GitHub, pushes the content of the local repository into the branch calledmaster.

The following screenshot shows Git commands...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image