Resources added for Git (#1907)

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
pull/1891/head^2
Archit Sharma 2 years ago committed by GitHub
parent 848a50dc81
commit 82b0d7b7fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      content/roadmaps/113-qa/content/108-qa-vcs/100-git.md

@ -1,10 +1,9 @@
# Git
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. It functions by using "repositories," which can be thought of like a centralized location that all the files for a specific project are stored in. Git keeps track of every change that is made within a repository and keeps a record of who did what and when, making it not only easy to see the history of a project, but also roll back to a previous version if something goes wrong.
You can think of version control systems like a tree, where the main project is at the trunk, and then there are multiple smaller branches coming off of it. This allows individuals to work on one project at the same time by allowing them to "merge" their branch into the main trunk without disrupting anyone else's work.
[Git](https://git-scm.com/) is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://git-scm.com/'>Git Website</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=RGOj5yH7evk'>Git and Github Crashcourse in 1 Hour</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://phoenixnap.com/kb/how-to-use-git'>Git Walkthrough</BadgeLink>
<BadgeLink badgeText='Course' colorScheme='green' href='https://github.com/jlord/git-it-electron'>Learn Git on the command line</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=zbKdDsNNOhg'>Version Control System Introduction</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=SWYqp7iY_Tc'>Git & GitHub Crash Course For Beginners</BadgeLink>
<BadgeLink badgeText='Watch' href='https://youtu.be/Y9XZQO1n_7c?t=21'>Learn Git in 20 Minutes</BadgeLink>
Loading…
Cancel
Save