Everything about Git

Resolving Git Conflicts - A Quick and Complete Guide

Git is an amazing tool to merge different branches of code. Most of the time the changes made by you and your team are merged automatically, but from time to time, conflicts occur. In this article, you will learn how to resolve these conflicts and how to prevent them from happening.

Empty directory on Git: Yes, It's possible

Often the folder hierarchy is important in our projects and we need to create empty folders in the repository. Many developers eventually discover the problem when they deploy to the server and notice that the folders have not been added to the commit.