Version Control Systems

Often when develop a code with team, you face the problem of swapping the files either using email or FTP. But this doesn’t make sure that every developer has the updated piece of code or everybody is in sync with each other. Thus version control systems are introduced, to explain it in simple words, there [...]

What your .gitconfig file contains?

Github is widely used online code repository now a days. Most of the people don’t know what all customizations are offered by GIT to make your life easy as a developer. In this post we will discuss about ~/.gitconfig file and how to accelerate your configurations of GIT.