Why Probability is important in Data Science and Machine Learning?

Among the many fields and branches of Mathematics, probability plays an important role in both Artificial Intelligence and Data Science. When implementing machine learning algorithms, you may have…

Smartphone

独家优惠奖金 100% 高达 1 BTC + 180 免费旋转




IntroToGitHub

In this “how to use Github” blog, you will learn:

To be very crisp about what exactly is GitHub, it is a file or code-sharing service to collaborate with different people.

GitHub is a highly used software that is typically used for version control. It is helpful when more than just one person is working on a project. Say for example, a software developer team wants to build a website and everyone has to update their codes simultaneously while working on the project. In this case, Github helps them to build a centralized repository where everyone can upload, edit, and manage the code files.

GitHub has various advantages but many people often have a doubt as to why not use dropbox or any cloud based system? Let me take the same example forward to answer this question. Say more than two software developers are working on the same file and they want to update it simultaneously. Unfortunately, the person who save the file first will get precedence over the others. While in Github, this is not the case. Github document the changes and reflect them in an organized manner to avoid any chaos between any of the files uploaded.
Therefore using GitHub centralized repository, it avoids all the confusion and working on the same code becomes very easy.

If you look at the image on the left, GitHub is a central repository and Git is a tool which allows you to create a local repository. Now people usually get confused between git and GitHub but its actually very different. Git is a version control tool that will allow you to perform all kinds of operations to fetch data from the central server or push data to it whereas GitHub is a core hosting platform for version control collaboration. GitHub is a company that allows you to host a central repository in a remote server.

Now let me list down the ways in which GitHub makes git simple:

So let’s get started with GitHub.

A repository is a storage space where your project lives. It can be local to a folder on your computer, or it can be a storage space on GitHub or another online host. You can keep code files, text files, images or any kind of a file in a repository. You need a GitHub repository when you have done some changes and are ready to be uploaded. This GitHub repository acts as your remote repository. So let me make your task easy, just follow these simple steps to create a GitHub repository:

Refer to the below screenshot to get a better understanding.

Now, if you noticed by default a GitHub repository is public which means that anyone can view the contents of this repository whereas in a private repository, you can choose who can view the content. Also, private repository is a paid version. Also, if you refer the above screenshot, initialize the repository with a README file. This file contains the description of the file and once you check this box, this will be the first file inside your repository.

Adding Files using CommandLIne

When you push your Repository on github then it becomes shows like this form.

Uploaded Files

Hope it’s more helpful for the new User to login for creating new Account on github.Thanks for Reading!!!.

Add a comment

Related posts:

KILLING COUGH SYRUP

Maiden Pharmaceuticals Limited a Delhi based Pharmaceutical company that exported defective cough syrup to Gambia, is said to be the prim cause of death of 66 children. It is said that this company…

Is DeFi The Future of Trading?

After the Decentralized Finance Meetup in May 2018, DeFi became perhaps of the most well known subject in the ongoing monetary economy. After two years, in September 2020, DeFi surpassed $10 billion…