fbpx
Git vs SVN: What’s the Difference?
Managing the source code is one of the key factors in any development environment. Version control systems or VCS came into prominence to offer an effective solution to the code management needs while facilitating a version-controlled multi-user environment. With the growing popularity of practices like Infrastructure... Read more
Understanding the Fundamentals of Branching in Git
Using branches is critical to working with git, not to mention to the success of your project. The idea is this: you have a ”main” branch that you’ll do your releases from. Each time code is added to the main branch it is checked and reviewed so that the main... Read more