Add content for Version Control Systems (#1028)
Add a description and resources for version control systemspull/1657/head
parent
63c358d5d7
commit
7413fe2081
1 changed files with 9 additions and 1 deletions
@ -1 +1,9 @@ |
|||||||
# Version control systems |
# Version Control Systems |
||||||
|
|
||||||
|
Version control/source control systems allow developers to track and control changes to code over time. These services often include the ability to make atomic revisions to code, branch/fork off of specific points, and to compare versions of code. They are useful in determining the who, what, when, and why code changes were made. |
||||||
|
|
||||||
|
|
||||||
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||||
|
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://git-scm.com/'>Git</BadgeLink> |
||||||
|
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://www.mercurial-scm.org/'>Mercurial</BadgeLink> |
||||||
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.atlassian.com/git/tutorials/what-is-version-control'>What is Version Control?</BadgeLink> |
||||||
|
Loading…
Reference in new issue