resources

This repo is a one stop destination to find resources for learning various domains. You can find the roadmap for any domain here.

View on GitHub

Git



By far, the most widely used modern version control system in the world today is Git. Git is a mature, actively maintained open source project originally developed in 2005 by Linus Torvalds, the famous creator of the Linux operating system kernel. A staggering number of software projects rely on Git for version control, including commercial projects as well as open source.

Git is the best choice for most software teams today.

Get Started :muscle:

Git is very easy to learn. Best place to learn version control using Git is the Official Docs.

Cheatsheet :heart_eyes:

We have made a curated list of all Git commands needed to work with GitHub using the command line interface here.

What Next? :star:

Git manages your version control on your local machine. To save all your work, there are various online solutions for Git like GitHub, BitBucket, GitLab etc; the most popular choice being GitHub.

Features and Services provided by GitHub can be found here.


We hope you now know the basics of Git :v: