Learn Python
Learn Data Structure & Algorithm
Learn Numpy
Learn Pandas
Learn Matplotlib
Learn Seaborn
Learn Statistics
Learn Math
Learn MATLAB
Learn Machine learning
Github Introduction
git setup and configuration
Create and delete repository
Upload code using gitbash
Ignore files
Github Branch
Upload code using gitbash GUI
Learn OpenCV
Learn Deep Learning
Learn MySQL
Learn MongoDB
Learn Web scraping
Learn Excel
Learn Power BI
Learn Tableau
Learn Docker
Learn Hadoop
Github is a coding hosting platform. Here you can upload your code and also can download or get other programmers code, or can collaborate with other programmers for a project and many more.
Use case 1:
Suppose you wrote some python code to solve a problem. Now you want to share that code with your friend so
that he/she can understand that how you solved the problem and he/she also want to use that code inside
his/her code so that he/she can also get rid off from the problem.
So what you will do, you will upload the code in the github. After uploading you will share you github link to
your friend. After getting the link, he/she click on the link. After click, he/she will see the code that you
had uploaded. Now he/she can download the code and can implement on his/her code.
Use case 2:
Suppose you and your five friends want to create a project. So you will create a github repository and you
will give access to your friends of that repository. Now suppose you wrote some code, your friends wrote some
codes. Now everyone will upload their code on that repository that you had created. Now if some code need to
modify and then you or your friends can do that. If want to add code then you can also do that. So you can
collaborate with other programmers to complete a particular project.
To work with github just search in google by writing github and create a account.
To create account click on the link:
https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F&source=header-home
Now put the information's.
Now we will download git.
To download:
Click on the link:
https://git-scm.com/downloads
After clicking a page will open like this:
Now click on the orange marked are to download. After download, install it.