Managing Business Central Development with Git: Branching Strategy
The last few posts have been about manipulating the history of your Git repository, getting comfortable tools like rebase, reset, cherry-pick and commit –amend.…
The last few posts have been about manipulating the history of your Git repository, getting comfortable tools like rebase, reset, cherry-pick and commit –amend.…
Obligatory Preamble I wasn’t really intending to write this post. If you want training materials for learning the basic concepts of Git then there…
This is part two of a series about using Git to manage your Business Central development. This time – rebasing. It seems that rebasing…
When I started developing plugins for ClassicPress I decided that I needed to be using source control. As ClassicPress is intending to use GitHub…
Preamble This is the start of a series of posts about managing AL development with Git. I don’t profess to be a Git expert…