Category: Github

  • What is GitHub?

    Before discussing GitHub, first, we have to understand concept of Version Control System and Git. Then we will discuss GitHub. 1. Version Control System: Version Control System is a component of software configuration management. Also we can say it is a “revision control” or “source control”. Basically we say that it is a software tool…