Getting Started with SourceTree

[vc_row][vc_column][vc_column_text] SourceTree It is a free Git desktop client for Windows and Mac. It provides full capabilities of Git through its simple interface.ย  SetUp Go to the Sourcetree website and click the download button. From the ZIP file you downloaded, click the application file (EXE for Windows or...

GIT – Distributed Version Control System

[vc_row][vc_column][vc_column_text] Gitย  It is a distributed version control system developed by Linus Torvalds in 2005. When we work in an environment where multiple developers have to access and update the same code base then issues will arise if they try to update the codebase at the same...