Category: GIT

Install and Configure GIT

Install and Configure Git on Windows

In our last articles, you read about version control, introduction to Git, and why Git is important to your organization. We hope you all get the idea about Git. To start using Git you need to first install it. For...

GITHub Guide

Introduction to GITHub

In our previous article on version control, we have introduced you with version control and why we use version control. What is GIT? GIT is the code hosting tool for version control which allows you to work together in teams...

Version Controlling

What is version control?

Version control (also called Revision Control System) can be defined as a system which records changes or modifications to a source code or files so that the user can recall/restore specific versions later on. Each and every modification to the...