GitHub ?? Get Started

abhishek p
2 min readDec 29, 2022

Have you ever faced any issues in making use of GitHub in your project then yes you have reached right place.

GitHub is a place where you can store your code i..e, the software you developed :)

This system is also called as version control yes you can main proper version control and easily switch between changes you made.

One word i can say is these version control system is very much important for dev’s and it’s impossible to create a good software without these.

OK let’s get started with what we learn through this post.

Photo by Mohammad Rahmani on Unsplash

You will be able to push the code to the repository which is maintained by GitHub and is made available for your team.

Also you can create repo’s where you can share with whole world of developers i.e., public repo.

In this blog we will see how we will be pushing a project to our repo and make it available.

You can update these repos with the latest changes you made in code and also you can maintain a proper version.

Creating branches is the most important aspect where you specific features are developed without affecting your existing code.

There are other platforms available in version control system using which you can store you code like Bitbucket, GitLab..

I have made a tutorial on github for beginners here have a look through it.

--

--