layout | title | subtitle |
---|---|---|
page |
git/GitHub Resources |
git is a distributed version control system. It is used to track changes in the source code during software development. It is designed to coordinate work among programmers, but it can be used to track changes in any set of files.
GitHub is a web-based platform that uses git for version control. It is a platform where developers can store their projects and network with other developers.
- Git Handbook
- Git Cheat Sheet
- Git - The Simple Guide
- Git - Book
- Beginner’s guide to GitHub repositories: How to create your first repo
- Top 12 Git commands every developer must know
- GitHub for Beginners - YouTube Series
You can modify your GitHub profile by adding a README file to it. This README file can be used to showcase your work, projects, and skills. You can add images, links, and other markdown elements to make your profile more attractive.
(Feel free to add more links here)