git

This article is particularly for the new developers who just started using git. I am assuming you already know basic usage of git. Most of the new users of git, think git and github is same thing and we need github or any other websites like bitbucket, gitlab account is necessary to use git. We often use git term for github or bitbucket which is neither absolutely wrong nor exactly right but a shortcut to save time in communication.  Let’s understand what exactly these from basic level are:

Category: 

As a programmer we do coding on daily basis and there are some unfortunate cases when we stuck in some messed code and there is not idea what went wrong. Checking changes line by line is time consuming and sometimes not possible. In these situations version control tools like github comes very handy and blessings for programmers.

Today, I will talk about how github can be your best friend and life saver on daily basis. Let’s start here:

Category: