Git and Github


You might have heard the word Git and github if you are CS student.If you aren't familier with these words, don't worry cause we are gonna know detailly about this.

For a newbie, Git is the tool from where you can made changes in your project and github is the platform or place where you can upload your project.If you are doing some of your project, your project needs a safe platform where you can store your project source code. For this , we use Github.

Let's take a example that you and your team are making a website for your client. You are assigned to make the user-login UI(user interface) and other are assigned in different section of website.Now, many developers are making frequent changes to make the website better. Those frequent changes are pushed or commited in project repository using git. Your changes are reviewed and if your changes are working properly then it will be merged by reviewer in the main project directory.

The reason to upload your project in github is to review,change your code in real time and make collabrative enviroment between developers. If you want to show your project to anyone, you can simply show them from your github repository. It will also helps in networking and communicating between developers.Everyone can contribute and help each other problems through open source.Github shows your skills which is helpful to strength your professional field.