This is continuation of the series of articles I have written about git and using it for industrial automation projects. Every automation shop eventually gets to a point where they need some sort of central library of code or central project file store. Eventually you need a way to share files, share projects, or archive […]
Tag: gitkraken
Using git for Industrial Automation – Part 2 – Branches
In an earlier article I explained the basics of git and how to use GitKraken, one of the various graphical interfaces of git. Now we are going to take this a couple steps further and show you how to use branches in git with RTU/PLC programming. Branches are an important function of any version control […]

Using git for Industrial Automation
Almost all industrial programmers will use some sort of basic version control at the file system level. This generally consists of keeping copies of dated files and folders in a central file folder structure. Until recently I kept a project database listing clients at the first level, site surface locations at the second level and […]