From 867676da321c64fe45e2628f2a476d1cb84628d1 Mon Sep 17 00:00:00 2001 From: Victor Rennan de Oliveira Sousa Date: Tue, 21 Jul 2026 16:07:07 -0300 Subject: [PATCH] Update gh-foundations.md --- study-guides/gh-foundations.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/study-guides/gh-foundations.md b/study-guides/gh-foundations.md index 01373f5..5992503 100644 --- a/study-guides/gh-foundations.md +++ b/study-guides/gh-foundations.md @@ -58,9 +58,11 @@ knowledge and readiness for the certification exam. ``` Git and GitHub Basics ``` + ``` Describe version control ``` +Version Control provides a person or a team to develop a new version of some page, tutorial, code and everything that benefits about the att of the content. It understands the latest versions of it, the differences between the previous and the actual version and the description about the changes. ``` Define distributed version control ```