if you are a developer then you must be aware of GIT and GITHUB, as it is a place where developers live, where many developers around the world contribute to an open-source projects every day and night and many more.

Read this full article there is one bonus tip for you at the end ;)

Image for post

What is GIT?

GIT is a_ Version Control System (VCS)._

So what is Version Control System?

If you are a developer then you must be working on many projects so at this time Version Control System comes into play, it is used for file management, keeping tracks of changes overtime of your projects which is one of the most primary things, also it keeps the entire history of things that you are working on.

This is helpful for those developers who first made their basic version then adding new features in future without affecting the original version.

Another amazing feature offered by GIT is, it allows many developers around the globe to work together on the same project at the same time without disturbing each other’s files, by working on different branches. Collaboration is easy in GIT and team members can work on different features in same project.

GITHUB

Image for post

What is Github?

GitHub is a world’s leading software development platform, it is a web-based service for version control using Git. It builds collaboration directly into the development process. Work is organized into repositories, where developers can outline requirements or direction and set expectations for team members.

#development #git #github #developer-tools #programming

An Ultimate Guide to GIT and Github
1.25 GEEK