Posts Tagged ‘version control’

We are pleased to present below all posts tagged with ‘version control‘.

Modern Version Control With Git, Part 3

In this third and final look at the Git source control system, I will introduce some more advanced concepts and show you some tricks employed by experienced Git users. As with most things, and as anyone who has worked with Git for a while knows, there’s more than one way to ...

Read more...

Modern Version Control With Git, Part 2

In the first part of this series, I introduced you to the Git version control system. We looked at the history of the project, highlighted well-known open-source projects that use it (Ruby on Rails, jQuery and the Linux kernel), discussed its key features and went over a very basic workflow ...

Read more...

Modern Version Control With Git

The benefits of using a “version control system” are many. It can improve software quality, facilitate collaboration and even help you become a better developer or designer. In this three-part series I will introduce you to the increasingly popular Git version control system. I’ll discuss the main benefits and features ...

Read more...

Ultimate Round-Up For Version Control with Subversion

Subversion is a version control system that many Web developers and designers use to back up their work. Subversion was started in 2000 and is quite popular in the open-source community; major repositories such as Google Code use it to distribute source code. While other version control systems, like Git, have ...

Read more...

↑ Back to top