- Get link
- X
- Other Apps
- Get link
- X
- Other Apps
Git & GitHub
Git and GitHub are two famous products from Microsoft. They are very popular. But do you know how to use them? In this blog, I will explain you about both of these softwares.
Git and GitHub as in the name they are two different softwares but they both work together.
Git:
Git is a version control system that helps software developers to manage their code and collaborate with their colleagues. It is very useful and famous software. If you are a software developer then, you must know about Git and GitHub. Let's understand briefly about Git now.
Git has three areas. They are:
1.Your Computer
2.Index
3.Cloud
These three areas will handle all of your files. Let's see how
Your Computer is where you write your code. After writing a block of code, we have to flag our code to the index. Index is also called as flagging area. Then we have to chech for some bugs, and after solving all the bugs, we have to commit it to cloud. The cloud is where all of your code will be saved. Git is recomended than all of the other version controll systems because it doesn't save the chages of the files instead it saves seperate versions of the code.
GitHub:
GitHub is a tool used to showcase your projects. Many people use GitHub for referring to other's code. Some programmers use it to show their code to others and some use it to refer. Often in programming interviews, they ask to show their profile and their projects. Let's understand about GitHub now:
In GitHub, projects are called repositories. You can also contribute to others projects. If you have a code for others projects you can contribute. For contribution, you have to make a push request. Your name will also be shown in the contributors list.
Comments
Post a Comment