Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
April 23, 2022 01:42 am GMT

Why GITHUB is so important ?

What is Git ?

Git is a free open-source distributed version control system. It was created by Linus Torvalds in 2005.

What is GitHub ?

It's built for developers. It is a repository hosting service, where it hosts a lot of Git-based projects in a variety of different programming languages and also it keeps track of the changes made, others can also review your code and most importantly it is open source.

Why GitHub ?

GitHub makes version control easier and have good graphical interface so, it is very user friendly and intuitive. It also provides you with the easiness of combining the changes and removes the headache of sharing the large code files.

It help groups of developers work collaboratively on big software projects. It allows other people to see your stuff, sync up with you, and perhaps even make changes.

Why Developers love GitHub ?

  • Immensely Powerful Community
  • The Largest Shared Repository
  • Easy Version Control
  • Secure Cloud Storage
  • You can stand Out From the Crowd by showcasing your work
  • You can link your other relevant professional profilesas well on GitHub

How recruiters grade you ?

Tech stack used : Make sure not using the same tech
stack for every project.
Completeness : Make sure your project is completed
Functionality : It should work in the way it is expected
Readability : Your code should be readable
Documentation : A repo without a simple README is
a wasted opportunity.

Resources to learn git and github :

  • Try.github.io
  • Get Started with GitHub (Udemy)
  • Learn Git Branching (learngitbranching.js.org)Version Control with Git (Coursera)
  • Learn Git by CodeAcademy
  • Version Control with Git by Udacity
  • Getting Started with GitKraken for GitHub Users byGitKraken
  • Version Control with Git (Git tower)

Original Link: https://dev.to/codewithsom/why-github-is-so-important--8ka

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To