This page outlines the topics in the Git for the SalesLogix Developer Series. Use the links below to see each post. As new posts are added to the series they will also be added to this index.
 |
Introduction This post covers some Git basics, Git terminology, the software we will be using in the series, and some discussion on using Github for project hosting. |
 |
Installing Git This post covers how to install and configure Git. Those new to Git can follow detailed steps outlined in the post or watch a video of the complete install and set up process. |
 |
Setting up a new Repository This post will walk you through how to take your current SalesLogix system and put it under source control. You'll see how to work with a file-based SalesLogix model, create a Git repository for it, and host it on Github. |
 |
Using a Git Repository This post will walk you through how developers can use an existing repository hosted on Github by cloning the repository locally and using it in Application Architect. |
Future posts in the series
- The daily workfow using Git when developing for SalesLogix
- Developing in SalesLogix with multiple developers
- Branching & merging
- Using a merge tool for conflicts when pulling changes from the repository
- How to structure your repository directory