Posts Tagged ‘version-control-systems’

Git Tags and Branches

You’ve probably known that repository is usually divided into three separate directories. Short explanations, for the folks who haven’t used them : Branch: Every time you release a major version, it gets a branch created. This allows you to do bug fixes and make a new release without having to release the newest – possibly [...]

How to create a Git repo and some Git Basics

Git is a very nice and useful distributed version control system. It certainly became a component for the swiss army knife of software engineers. Git is created by the father of Linux, Linus Torvalds. The main advantage of git over SVN and other traditional VCS’s(version control systems) is its distributed nature and performance(git is really [...]