This article is made for you if you are a developer and you want to get going with Git and GitHub.
After studying this blog, You will be able to construct and work on a project on GitHub.
WHAT IS GIT?
In 2005, by Linus Torvalds developed Git as a free and open source software. Actually, this tool is a version control system that was originally designed to work with multiple Linux Kernal developers.
VERSION CONTROL?
I will explain you to what is the “Version Control System(VCS)” is. Version control is a management mechanism that records the modifications to a…